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 static void
highlightVillageSection
(PoseStack p_270832_, MultiBufferSource p_270443_, SectionPos p_271021_) 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:
-
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
-
highlightVillageSection
private static void highlightVillageSection(PoseStack p_270832_, MultiBufferSource p_270443_, SectionPos p_271021_)
-