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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
private void
doRender(double p_113697_, double p_113698_, double p_113699_)
private static void
highlightVillageSection(SectionPos p_113714_)
void
render(PoseStack p_113701_, MultiBufferSource p_113702_, double p_113703_, double p_113704_, double p_113705_)
void
setNotVillageSection(SectionPos p_113712_)
void
setVillageSection(SectionPos p_113710_)
-
Field Details
-
MAX_RENDER_DIST_FOR_VILLAGE_SECTIONS
private static final int MAX_RENDER_DIST_FOR_VILLAGE_SECTIONS- See Also:
- Constant Field Values
-
villageSections
-
-
Constructor Details
-
VillageSectionsDebugRenderer
VillageSectionsDebugRenderer()
-
-
Method Details
-
clear
public void clear()- Specified by:
clear
in 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:
render
in interfaceDebugRenderer.SimpleDebugRenderer
-
doRender
private void doRender(double p_113697_, double p_113698_, double p_113699_) -
highlightVillageSection
-