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 intermediary net/minecraft/class_4304official fnbnamed net/minecraft/client/render/debug/RaidCenterDebugRenderer
-
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 intermediary field_32914Lnet/minecraft/class_4304;field_32914:Iofficial aLfnb;a:Inamed RANGELnet/minecraft/client/render/debug/RaidCenterDebugRenderer;RANGE:I
-
DRAWN_STRING_SIZE
private static final float DRAWN_STRING_SIZE- See Also:
- Mappings:
Namespace Name Mixin selector intermediary field_32915Lnet/minecraft/class_4304;field_32915:Fofficial bLfnb;b:Fnamed DRAWN_STRING_SIZELnet/minecraft/client/render/debug/RaidCenterDebugRenderer;DRAWN_STRING_SIZE:F
-
client
- Mappings:
Namespace Name Mixin selector intermediary field_19326Lnet/minecraft/class_4304;field_19326:Lnet/minecraft/class_310;official cLfnb;c:Lenf;named clientLnet/minecraft/client/render/debug/RaidCenterDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;
-
raidCenters
- Mappings:
Namespace Name Mixin selector intermediary field_19327Lnet/minecraft/class_4304;field_19327:Ljava/util/Collection;official dLfnb;d:Ljava/util/Collection;named raidCentersLnet/minecraft/client/render/debug/RaidCenterDebugRenderer;raidCenters:Ljava/util/Collection;
-
-
Constructor Details
-
RaidCenterDebugRenderer
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_4304;<init>(Lnet/minecraft/class_310;)Vofficial <init>Lfnb;<init>(Lenf;)Vnamed <init>Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)V
-
-
Method Details
-
setRaidCenters
- Mappings:
Namespace Name Mixin selector intermediary method_20561Lnet/minecraft/class_4304;method_20561(Ljava/util/Collection;)Vofficial aLfnb;a(Ljava/util/Collection;)Vnamed setRaidCentersLnet/minecraft/client/render/debug/RaidCenterDebugRenderer;setRaidCenters(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 intermediary method_23109Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)Vofficial aLfms$a;a(Leib;Lfjm;DDD)Vnamed renderLnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDD)V
-
drawRaidCenter
private static void drawRaidCenter(MatrixStack matrices, VertexConsumerProvider vertexConsumers, BlockPos pos) - Mappings:
Namespace Name Mixin selector intermediary method_23122Lnet/minecraft/class_4304;method_23122(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_2338;)Vofficial aLfnb;a(Leib;Lfjm;Lgu;)Vnamed drawRaidCenterLnet/minecraft/client/render/debug/RaidCenterDebugRenderer;drawRaidCenter(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/util/math/BlockPos;)V
-
drawString
private static void drawString(MatrixStack matrices, VertexConsumerProvider vertexConsumers, String string, BlockPos pos, int color) - Mappings:
Namespace Name Mixin selector intermediary method_23123Lnet/minecraft/class_4304;method_23123(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Ljava/lang/String;Lnet/minecraft/class_2338;I)Vofficial aLfnb;a(Leib;Lfjm;Ljava/lang/String;Lgu;I)Vnamed 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)V
-
getCamera
- Mappings:
Namespace Name Mixin selector intermediary method_23125Lnet/minecraft/class_4304;method_23125()Lnet/minecraft/class_4184;official bLfnb;b()Lemr;named getCameraLnet/minecraft/client/render/debug/RaidCenterDebugRenderer;getCamera()Lnet/minecraft/client/render/Camera;
-