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 eqq
intermediary net/minecraft/class_4304
named net/minecraft/client/render/debug/RaidCenterDebugRenderer
-
Field Summary
Modifier and TypeFieldDescriptionprivate final MinecraftClient
private static final int
private static final float
private Collection<BlockPos>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static void
drawRaidCenter
(BlockPos pos) private static void
drawString
(String string, BlockPos pos, int int2) private Camera
void
render
(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ) void
setRaidCenters
(Collection<BlockPos> centers) 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
-
field_32914
private static final int field_32914- See Also:
- Mappings:
Namespace Name Mixin selector official a
Leqq;a:I
intermediary field_32914
Lnet/minecraft/class_4304;field_32914:I
named field_32914
Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;field_32914:I
-
field_32915
private static final float field_32915- See Also:
- Mappings:
Namespace Name Mixin selector official b
Leqq;b:F
intermediary field_32915
Lnet/minecraft/class_4304;field_32915:F
named field_32915
Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;field_32915:F
-
client
- Mappings:
Namespace Name Mixin selector official c
Leqq;c:Ldvo;
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
Leqq;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>
Leqq;<init>(Ldvo;)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
Leqq;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
Leqi$a;a(Ldqk;Lenh;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
- Mappings:
Namespace Name Mixin selector official a
Leqq;a(Lgg;)V
intermediary method_23122
Lnet/minecraft/class_4304;method_23122(Lnet/minecraft/class_2338;)V
named drawRaidCenter
Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;drawRaidCenter(Lnet/minecraft/util/math/BlockPos;)V
-
drawString
- Mappings:
Namespace Name Mixin selector official a
Leqq;a(Ljava/lang/String;Lgg;I)V
intermediary method_23123
Lnet/minecraft/class_4304;method_23123(Ljava/lang/String;Lnet/minecraft/class_2338;I)V
named drawString
Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;drawString(Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;I)V
-
getCamera
- Mappings:
Namespace Name Mixin selector official b
Leqq;b()Lduz;
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;
-