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 - named - net/minecraft/client/render/debug/RaidCenterDebugRenderer- intermediary - net/minecraft/class_4304- official - gqk
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final MinecraftClientprivate static final floatprivate Collection<BlockPos> private static final int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.render.debug.DebugRenderer.Rendererclear
- 
Field Details- 
RANGEprivate static final int RANGE- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - RANGE- Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;RANGE:I- intermediary - field_32914- Lnet/minecraft/class_4304;field_32914:I- official - a- Lgqk;a:I
 
- 
DRAWN_STRING_SIZEprivate static final float DRAWN_STRING_SIZE- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - DRAWN_STRING_SIZE- Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;DRAWN_STRING_SIZE:F- intermediary - field_32915- Lnet/minecraft/class_4304;field_32915:F- official - b- Lgqk;b:F
 
- 
client- Mappings:
- Namespace - Name - Mixin selector - named - client- Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;- intermediary - field_19326- Lnet/minecraft/class_4304;field_19326:Lnet/minecraft/class_310;- official - c- Lgqk;c:Lflk;
 
- 
raidCenters- Mappings:
- Namespace - Name - Mixin selector - named - raidCenters- Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;raidCenters:Ljava/util/Collection;- intermediary - field_19327- Lnet/minecraft/class_4304;field_19327:Ljava/util/Collection;- official - d- Lgqk;d:Ljava/util/Collection;
 
 
- 
- 
Constructor Details- 
RaidCenterDebugRenderer- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)V- intermediary - <init>- Lnet/minecraft/class_4304;<init>(Lnet/minecraft/class_310;)V- official - <init>- Lgqk;<init>(Lflk;)V
 
 
- 
- 
Method Details- 
setRaidCenters- Mappings:
- Namespace - Name - Mixin selector - named - setRaidCenters- Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;setRaidCenters(Ljava/util/Collection;)V- intermediary - method_20561- Lnet/minecraft/class_4304;method_20561(Ljava/util/Collection;)V- official - a- Lgqk;a(Ljava/util/Collection;)V
 
- 
renderpublic void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ) - Specified by:
- renderin interface- DebugRenderer.Renderer
- Mappings:
- Namespace - Name - Mixin selector - named - render- Lnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDD)V- intermediary - method_23109- Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)V- official - a- Lgqa$a;a(Lffv;Lglz;DDD)V
 
- 
drawRaidCenterprivate static void drawRaidCenter(MatrixStack matrices, VertexConsumerProvider vertexConsumers, BlockPos pos) - Mappings:
- Namespace - Name - Mixin selector - 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- intermediary - method_23122- Lnet/minecraft/class_4304;method_23122(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_2338;)V- official - a- Lgqk;a(Lffv;Lglz;Lji;)V
 
- 
drawStringprivate static void drawString(MatrixStack matrices, VertexConsumerProvider vertexConsumers, String string, BlockPos pos, int color) - Mappings:
- Namespace - Name - Mixin selector - 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- 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- official - a- Lgqk;a(Lffv;Lglz;Ljava/lang/String;Lji;I)V
 
- 
getCamera- Mappings:
- Namespace - Name - Mixin selector - named - getCamera- Lnet/minecraft/client/render/debug/RaidCenterDebugRenderer;getCamera()Lnet/minecraft/client/render/Camera;- intermediary - method_23125- Lnet/minecraft/class_4304;method_23125()Lnet/minecraft/class_4184;- official - b- Lgqk;b()Lfks;
 
 
-