Class VillageSectionsDebugRenderer
java.lang.Object
net.minecraft.client.render.debug.VillageSectionsDebugRenderer
- All Implemented Interfaces:
- DebugRenderer.Renderer
@Environment(CLIENT)
public class VillageSectionsDebugRenderer
extends Object
implements DebugRenderer.Renderer
- Mappings:
- Namespace - Name - official - fnq- intermediary - net/minecraft/class_4841- named - net/minecraft/client/render/debug/VillageSectionsDebugRenderer
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidclear()private static voiddrawBoxAtCenterOf(MatrixStack matrices, VertexConsumerProvider vertexConsumers, ChunkSectionPos sectionPos) voidvoidrender(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ) 
- 
Field Details- 
RANGEprivate static final int RANGE- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfnq;a:I- intermediary - field_32917- Lnet/minecraft/class_4841;field_32917:I- named - RANGE- Lnet/minecraft/client/render/debug/VillageSectionsDebugRenderer;RANGE:I
 
- 
sections- Mappings:
- Namespace - Name - Mixin selector - official - b- Lfnq;b:Ljava/util/Set;- intermediary - field_22409- Lnet/minecraft/class_4841;field_22409:Ljava/util/Set;- named - sections- Lnet/minecraft/client/render/debug/VillageSectionsDebugRenderer;sections:Ljava/util/Set;
 
 
- 
- 
Constructor Details- 
VillageSectionsDebugRendererVillageSectionsDebugRenderer()
 
- 
- 
Method Details- 
clearpublic void clear()- Specified by:
- clearin interface- DebugRenderer.Renderer
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfnd$a;a()V- intermediary - method_20414- Lnet/minecraft/class_863$class_864;method_20414()V- named - clear- Lnet/minecraft/client/render/debug/DebugRenderer$Renderer;clear()V
 
- 
addSection- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfnq;a(Lhx;)V- intermediary - method_24808- Lnet/minecraft/class_4841;method_24808(Lnet/minecraft/class_4076;)V- named - addSection- Lnet/minecraft/client/render/debug/VillageSectionsDebugRenderer;addSection(Lnet/minecraft/util/math/ChunkSectionPos;)V
 
- 
removeSection- Mappings:
- Namespace - Name - Mixin selector - official - b- Lfnq;b(Lhx;)V- intermediary - method_24809- Lnet/minecraft/class_4841;method_24809(Lnet/minecraft/class_4076;)V- named - removeSection- Lnet/minecraft/client/render/debug/VillageSectionsDebugRenderer;removeSection(Lnet/minecraft/util/math/ChunkSectionPos;)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 - 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
 
- 
drawBoxAtCenterOfprivate static void drawBoxAtCenterOf(MatrixStack matrices, VertexConsumerProvider vertexConsumers, ChunkSectionPos sectionPos) - Mappings:
- Namespace - Name - Mixin selector - official - a- Lfnq;a(Leij;Lfjx;Lhx;)V- intermediary - method_24810- Lnet/minecraft/class_4841;method_24810(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_4076;)V- named - drawBoxAtCenterOf- Lnet/minecraft/client/render/debug/VillageSectionsDebugRenderer;drawBoxAtCenterOf(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/util/math/ChunkSectionPos;)V
 
 
-