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 hmc
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MinecraftClientprivate static final floatprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voiddrawRaidCenter(MatrixStack matrices, VertexConsumerProvider vertexConsumers, BlockPos pos) private static voiddrawString(MatrixStack matrices, VertexConsumerProvider vertexConsumers, String string, BlockPos pos, int color) private Cameravoidrender(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ, DebugDataStore store, Frustum frustum)
-
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 aLhmc;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 bLhmc;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 cLhmc;c:Lfzz;
-
-
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>Lhmc;<init>(Lfzz;)V
-
-
Method Details
-
render
public void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ, DebugDataStore store, Frustum frustum) - Specified by:
renderin interfaceDebugRenderer.Renderer- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDDLnet/minecraft/world/debug/DebugDataStore;Lnet/minecraft/client/render/Frustum;)Vintermediary method_23109Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDDLnet/minecraft/class_12021;Lnet/minecraft/class_4604;)Vofficial aLhlq$a;a(Lfua;Lhfw;DDDLbvu;Lhlh;)V
-
drawRaidCenter
private static void drawRaidCenter(MatrixStack matrices, VertexConsumerProvider vertexConsumers, BlockPos pos) - Mappings:
Namespace Name Mixin selector named drawRaidCenterLnet/minecraft/client/render/debug/RaidCenterDebugRenderer;drawRaidCenter(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/util/math/BlockPos;)Vintermediary method_23122Lnet/minecraft/class_4304;method_23122(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_2338;)Vofficial aLhmc;a(Lfua;Lhfw;Lja;)V
-
drawString
private static void drawString(MatrixStack matrices, VertexConsumerProvider vertexConsumers, String string, BlockPos pos, int color) - Mappings:
Namespace Name Mixin selector named drawStringLnet/minecraft/client/render/debug/RaidCenterDebugRenderer;drawString(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;I)Vintermediary method_23123Lnet/minecraft/class_4304;method_23123(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Ljava/lang/String;Lnet/minecraft/class_2338;I)Vofficial aLhmc;a(Lfua;Lhfw;Ljava/lang/String;Lja;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 aLhmc;a()Lfzh;
-