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 official fnm
intermediary net/minecraft/class_4304
named net/minecraft/client/render/debug/RaidCenterDebugRenderer
-
Field Summary
Modifier and TypeFieldDescriptionprivate final MinecraftClient
private static final float
private Collection<BlockPos>
private static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static void
drawRaidCenter
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, BlockPos pos) private static void
drawString
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, String string, BlockPos pos, int color) private Camera
void
render
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ) void
setRaidCenters
(Collection<BlockPos> raidCenters) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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 official a
Lfnm;a:I
intermediary field_32914
Lnet/minecraft/class_4304;field_32914:I
named RANGE
Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;RANGE:I
-
DRAWN_STRING_SIZE
private static final float DRAWN_STRING_SIZE- See Also:
- Mappings:
Namespace Name Mixin selector official b
Lfnm;b:F
intermediary field_32915
Lnet/minecraft/class_4304;field_32915:F
named DRAWN_STRING_SIZE
Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;DRAWN_STRING_SIZE:F
-
client
- Mappings:
Namespace Name Mixin selector official c
Lfnm;c:Lenn;
intermediary field_19326
Lnet/minecraft/class_4304;field_19326:Lnet/minecraft/class_310;
named client
Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;
-
raidCenters
- Mappings:
Namespace Name Mixin selector official d
Lfnm;d:Ljava/util/Collection;
intermediary field_19327
Lnet/minecraft/class_4304;field_19327:Ljava/util/Collection;
named raidCenters
Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;raidCenters:Ljava/util/Collection;
-
-
Constructor Details
-
RaidCenterDebugRenderer
- Mappings:
Namespace Name Mixin selector official <init>
Lfnm;<init>(Lenn;)V
intermediary <init>
Lnet/minecraft/class_4304;<init>(Lnet/minecraft/class_310;)V
named <init>
Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)V
-
-
Method Details
-
setRaidCenters
- Mappings:
Namespace Name Mixin selector official a
Lfnm;a(Ljava/util/Collection;)V
intermediary method_20561
Lnet/minecraft/class_4304;method_20561(Ljava/util/Collection;)V
named setRaidCenters
Lnet/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:
render
in interfaceDebugRenderer.Renderer
- Mappings:
Namespace Name Mixin selector official a
Lfnd$a;a(Leij;Lfjx;DDD)V
intermediary method_23109
Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)V
named render
Lnet/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 official a
Lfnm;a(Leij;Lfjx;Lgu;)V
intermediary method_23122
Lnet/minecraft/class_4304;method_23122(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_2338;)V
named drawRaidCenter
Lnet/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 official a
Lfnm;a(Leij;Lfjx;Ljava/lang/String;Lgu;I)V
intermediary method_23123
Lnet/minecraft/class_4304;method_23123(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Ljava/lang/String;Lnet/minecraft/class_2338;I)V
named drawString
Lnet/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 official b
Lfnm;b()Lemz;
intermediary method_23125
Lnet/minecraft/class_4304;method_23125()Lnet/minecraft/class_4184;
named getCamera
Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;getCamera()Lnet/minecraft/client/render/Camera;
-