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 elb
intermediary net/minecraft/class_4304
named net/minecraft/client/render/debug/RaidCenterDebugRenderer
-
Field Summary
Fields Modifier and Type Field Description private MinecraftClient
client
private Collection<BlockPos>
raidCenters
-
Constructor Summary
Constructors Constructor Description RaidCenterDebugRenderer(MinecraftClient client)
-
Method Summary
Modifier and Type Method Description private Camera
getCamera()
private static void
method_23122(BlockPos blockPos)
private static void
method_23123(String string, BlockPos blockPos, int int2)
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
-
client
- Mappings:
Namespace Name Mixin selector official a
Lelb;a:Ldqk;
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 b
Lelb;b: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>
Lelb;<init>(Ldqk;)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
Lelb;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
Lekt$a;a(Ldlr;Lehq;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
-
method_23122
- Mappings:
Namespace Name Mixin selector official a
Lelb;a(Lfx;)V
intermediary method_23122
Lnet/minecraft/class_4304;method_23122(Lnet/minecraft/class_2338;)V
named method_23122
Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;method_23122(Lnet/minecraft/util/math/BlockPos;)V
-
method_23123
- Mappings:
Namespace Name Mixin selector official a
Lelb;a(Ljava/lang/String;Lfx;I)V
intermediary method_23123
Lnet/minecraft/class_4304;method_23123(Ljava/lang/String;Lnet/minecraft/class_2338;I)V
named method_23123
Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;method_23123(Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;I)V
-
getCamera
- Mappings:
Namespace Name Mixin selector official b
Lelb;b()Ldpv;
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;
-