Class VillageSectionsDebugRenderer
java.lang.Object
net.minecraft.client.renderer.debug.VillageSectionsDebugRenderer
- All Implemented Interfaces:
 DebugRenderer.SimpleDebugRenderer
public class VillageSectionsDebugRenderer
extends Object
implements DebugRenderer.SimpleDebugRenderer
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclear()private static voidhighlightVillageSection(PoseStack p_270832_, MultiBufferSource p_270443_, SectionPos p_271021_) voidrender(PoseStack p_113701_, MultiBufferSource p_113702_, double p_113703_, double p_113704_, double p_113705_) voidsetNotVillageSection(SectionPos p_113712_) voidsetVillageSection(SectionPos p_113710_)  
- 
Field Details
- 
MAX_RENDER_DIST_FOR_VILLAGE_SECTIONS
private static final int MAX_RENDER_DIST_FOR_VILLAGE_SECTIONS- See Also:
 
 - 
villageSections
 
 - 
 - 
Constructor Details
- 
VillageSectionsDebugRenderer
VillageSectionsDebugRenderer() 
 - 
 - 
Method Details
- 
clear
public void clear()- Specified by:
 clearin interfaceDebugRenderer.SimpleDebugRenderer
 - 
setVillageSection
 - 
setNotVillageSection
 - 
render
public void render(PoseStack p_113701_, MultiBufferSource p_113702_, double p_113703_, double p_113704_, double p_113705_) - Specified by:
 renderin interfaceDebugRenderer.SimpleDebugRenderer
 - 
highlightVillageSection
private static void highlightVillageSection(PoseStack p_270832_, MultiBufferSource p_270443_, SectionPos p_271021_)  
 -