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 elbintermediary net/minecraft/class_4304named net/minecraft/client/render/debug/RaidCenterDebugRenderer
-
Field Summary
Fields Modifier and Type Field Description private MinecraftClientclientprivate Collection<BlockPos>raidCenters -
Constructor Summary
Constructors Constructor Description RaidCenterDebugRenderer(MinecraftClient client) -
Method Summary
Modifier and Type Method Description private CameragetCamera()private static voidmethod_23122(BlockPos blockPos)private static voidmethod_23123(String string, BlockPos blockPos, int int2)voidrender(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ)voidsetRaidCenters(Collection<BlockPos> centers)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
-
client
- Mappings:
Namespace Name Mixin selector official aLelb;a:Ldqk;intermediary field_19326Lnet/minecraft/class_4304;field_19326:Lnet/minecraft/class_310;named clientLnet/minecraft/client/render/debug/RaidCenterDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;
-
raidCenters
- Mappings:
Namespace Name Mixin selector official bLelb;b:Ljava/util/Collection;intermediary field_19327Lnet/minecraft/class_4304;field_19327:Ljava/util/Collection;named raidCentersLnet/minecraft/client/render/debug/RaidCenterDebugRenderer;raidCenters:Ljava/util/Collection;
-
-
Constructor Details
-
RaidCenterDebugRenderer
- Mappings:
Namespace Name Mixin selector official <init>Lelb;<init>(Ldqk;)Vintermediary <init>Lnet/minecraft/class_4304;<init>(Lnet/minecraft/class_310;)Vnamed <init>Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)V
-
-
Method Details
-
setRaidCenters
- Mappings:
Namespace Name Mixin selector official aLelb;a(Ljava/util/Collection;)Vintermediary method_20561Lnet/minecraft/class_4304;method_20561(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 official aLekt$a;a(Ldlr;Lehq;DDD)Vintermediary method_23109Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)Vnamed renderLnet/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 aLelb;a(Lfx;)Vintermediary method_23122Lnet/minecraft/class_4304;method_23122(Lnet/minecraft/class_2338;)Vnamed method_23122Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;method_23122(Lnet/minecraft/util/math/BlockPos;)V
-
method_23123
- Mappings:
Namespace Name Mixin selector official aLelb;a(Ljava/lang/String;Lfx;I)Vintermediary method_23123Lnet/minecraft/class_4304;method_23123(Ljava/lang/String;Lnet/minecraft/class_2338;I)Vnamed method_23123Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;method_23123(Ljava/lang/String;Lnet/minecraft/util/math/BlockPos;I)V
-
getCamera
- Mappings:
Namespace Name Mixin selector official bLelb;b()Ldpv;intermediary method_23125Lnet/minecraft/class_4304;method_23125()Lnet/minecraft/class_4184;named getCameraLnet/minecraft/client/render/debug/RaidCenterDebugRenderer;getCamera()Lnet/minecraft/client/render/Camera;
-