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 TypeMethodDescriptionvoid
clear()
private static void
highlightVillageSection
(PoseStack pPoseStack, MultiBufferSource pBuffer, SectionPos pPos) void
render
(PoseStack pPoseStack, MultiBufferSource pBufferSource, double pCamX, double pCamY, double pCamZ) void
void
setVillageSection
(SectionPos pPos)
-
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 pPoseStack, MultiBufferSource pBufferSource, double pCamX, double pCamY, double pCamZ) - Specified by:
render
in interfaceDebugRenderer.SimpleDebugRenderer
-
highlightVillageSection
private static void highlightVillageSection(PoseStack pPoseStack, MultiBufferSource pBuffer, SectionPos pPos)
-