Class RaidCenterDebugRenderer
java.lang.Object
net.minecraft.client.render.debug.RaidCenterDebugRenderer
- All Implemented Interfaces:
DebugRenderer.Renderer
@Environment(CLIENT)
public class RaidCenterDebugRenderer
extends Object
implements DebugRenderer.Renderer
- Mappings:
Namespace Name named net/minecraft/client/render/debug/RaidCenterDebugRendererintermediary net/minecraft/class_4304official hqf
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MinecraftClientprivate static final floatprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voiddrawRaidCenter(BlockPos pos) private static voiddrawString(String text, BlockPos pos, int color) private Cameravoidrender(double cameraX, double cameraY, double cameraZ, DebugDataStore store, Frustum frustum, float tickProgress)
-
Field Details
-
RANGE
private static final int RANGE- See Also:
- Mappings:
Namespace Name Mixin selector named RANGELnet/minecraft/client/render/debug/RaidCenterDebugRenderer;RANGE:Iintermediary field_32914Lnet/minecraft/class_4304;field_32914:Iofficial aLhqf;a:I
-
DRAWN_STRING_SIZE
private static final float DRAWN_STRING_SIZE- See Also:
- Mappings:
Namespace Name Mixin selector named DRAWN_STRING_SIZELnet/minecraft/client/render/debug/RaidCenterDebugRenderer;DRAWN_STRING_SIZE:Fintermediary field_32915Lnet/minecraft/class_4304;field_32915:Fofficial bLhqf;b:F
-
client
- Mappings:
Namespace Name Mixin selector named clientLnet/minecraft/client/render/debug/RaidCenterDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;intermediary field_19326Lnet/minecraft/class_4304;field_19326:Lnet/minecraft/class_310;official cLhqf;c:Lgds;
-
-
Constructor Details
-
RaidCenterDebugRenderer
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)Vintermediary <init>Lnet/minecraft/class_4304;<init>(Lnet/minecraft/class_310;)Vofficial <init>Lhqf;<init>(Lgds;)V
-
-
Method Details
-
render
public void render(double cameraX, double cameraY, double cameraZ, DebugDataStore store, Frustum frustum, float tickProgress) - Specified by:
renderin interfaceDebugRenderer.Renderer- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(DDDLnet/minecraft/world/debug/DebugDataStore;Lnet/minecraft/client/render/Frustum;F)Vintermediary method_23109Lnet/minecraft/class_863$class_864;method_23109(DDDLnet/minecraft/class_12021;Lnet/minecraft/class_4604;F)Vofficial aLhps$a;a(DDDLbwy;Lhpj;F)V
-
drawRaidCenter
- Mappings:
Namespace Name Mixin selector named drawRaidCenterLnet/minecraft/client/render/debug/RaidCenterDebugRenderer;drawRaidCenter(Lnet/minecraft/util/math/BlockPos;)Vintermediary method_23122Lnet/minecraft/class_4304;method_23122(Lnet/minecraft/class_2338;)Vofficial aLhqf;a(Liv;)V
-
drawString
- Mappings:
Namespace Name Mixin selector named drawStringLnet/minecraft/client/render/debug/RaidCenterDebugRenderer;drawString(Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;I)Vintermediary method_23123Lnet/minecraft/class_4304;method_23123(Ljava/lang/String;Lnet/minecraft/class_2338;I)Vofficial aLhqf;a(Ljava/lang/String;Liv;I)V
-
getCamera
- Mappings:
Namespace Name Mixin selector named getCameraLnet/minecraft/client/render/debug/RaidCenterDebugRenderer;getCamera()Lnet/minecraft/client/render/Camera;intermediary method_23125Lnet/minecraft/class_4304;method_23125()Lnet/minecraft/class_4184;official aLhqf;a()Lgda;
-