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 named net/minecraft/client/render/debug/VillageSectionsDebugRendererintermediary net/minecraft/class_4841official gpz
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclear()private static voiddrawBoxAtCenterOf(MatrixStack matrices, VertexConsumerProvider vertexConsumers, ChunkSectionPos sectionPos) voidvoidrender(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ)  
- 
Field Details
- 
RANGE
private static final int RANGE- See Also:
 - Mappings:
 Namespace Name Mixin selector named RANGELnet/minecraft/client/render/debug/VillageSectionsDebugRenderer;RANGE:Iintermediary field_32917Lnet/minecraft/class_4841;field_32917:Iofficial aLgpz;a:I
 - 
sections
- Mappings:
 Namespace Name Mixin selector named sectionsLnet/minecraft/client/render/debug/VillageSectionsDebugRenderer;sections:Ljava/util/Set;intermediary field_22409Lnet/minecraft/class_4841;field_22409:Ljava/util/Set;official bLgpz;b:Ljava/util/Set;
 
 - 
 - 
Constructor Details
- 
VillageSectionsDebugRenderer
VillageSectionsDebugRenderer() 
 - 
 - 
Method Details
- 
clear
public void clear()- Specified by:
 clearin interfaceDebugRenderer.Renderer- Mappings:
 Namespace Name Mixin selector named clearLnet/minecraft/client/render/debug/DebugRenderer$Renderer;clear()Vintermediary method_20414Lnet/minecraft/class_863$class_864;method_20414()Vofficial aLgpk$a;a()V
 - 
addSection
- Mappings:
 Namespace Name Mixin selector named addSectionLnet/minecraft/client/render/debug/VillageSectionsDebugRenderer;addSection(Lnet/minecraft/util/math/ChunkSectionPos;)Vintermediary method_24808Lnet/minecraft/class_4841;method_24808(Lnet/minecraft/class_4076;)Vofficial aLgpz;a(Lkj;)V
 - 
removeSection
- Mappings:
 Namespace Name Mixin selector named removeSectionLnet/minecraft/client/render/debug/VillageSectionsDebugRenderer;removeSection(Lnet/minecraft/util/math/ChunkSectionPos;)Vintermediary method_24809Lnet/minecraft/class_4841;method_24809(Lnet/minecraft/class_4076;)Vofficial bLgpz;b(Lkj;)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 named renderLnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDD)Vintermediary method_23109Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)Vofficial aLgpk$a;a(Lfgr;Lglk;DDD)V
 - 
drawBoxAtCenterOf
private static void drawBoxAtCenterOf(MatrixStack matrices, VertexConsumerProvider vertexConsumers, ChunkSectionPos sectionPos) - Mappings:
 Namespace Name Mixin selector named drawBoxAtCenterOfLnet/minecraft/client/render/debug/VillageSectionsDebugRenderer;drawBoxAtCenterOf(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/util/math/ChunkSectionPos;)Vintermediary method_24810Lnet/minecraft/class_4841;method_24810(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_4076;)Vofficial aLgpz;a(Lfgr;Lglk;Lkj;)V
 
 -