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 gwa
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MinecraftClientprivate static final floatprivate Collection<BlockPos> private 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) voidsetRaidCenters(Collection<BlockPos> raidCenters) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.render.debug.DebugRenderer.Renderer
clear
-
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 aLgwa;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 bLgwa;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 cLgwa;c:Lfqq;
-
raidCenters
- Mappings:
Namespace Name Mixin selector named raidCentersLnet/minecraft/client/render/debug/RaidCenterDebugRenderer;raidCenters:Ljava/util/Collection;intermediary field_19327Lnet/minecraft/class_4304;field_19327:Ljava/util/Collection;official dLgwa;d:Ljava/util/Collection;
-
-
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>Lgwa;<init>(Lfqq;)V
-
-
Method Details
-
setRaidCenters
- Mappings:
Namespace Name Mixin selector named setRaidCentersLnet/minecraft/client/render/debug/RaidCenterDebugRenderer;setRaidCenters(Ljava/util/Collection;)Vintermediary method_20561Lnet/minecraft/class_4304;method_20561(Ljava/util/Collection;)Vofficial aLgwa;a(Ljava/util/Collection;)V
-
render
public void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ) - 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;DDD)Vintermediary method_23109Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)Vofficial aLgvq$a;a(Lfld;Lgrn;DDD)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 aLgwa;a(Lfld;Lgrn;Liw;)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 aLgwa;a(Lfld;Lgrn;Ljava/lang/String;Liw;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 bLgwa;b()Lfpy;
-