Class VillageSectionsDebugRender
- java.lang.Object
-
- net.minecraft.client.renderer.debug.VillageSectionsDebugRender
-
- All Implemented Interfaces:
DebugRenderer.IDebugRenderer
public class VillageSectionsDebugRender extends java.lang.Object implements DebugRenderer.IDebugRenderer
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Set<SectionPos>
villageSections
-
Constructor Summary
Constructors Constructor Description VillageSectionsDebugRender()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
private void
doRender(double p_239376_1_, double p_239376_3_, double p_239376_5_)
private static void
highlightVillageSection(SectionPos p_239380_0_)
void
render(MatrixStack p_225619_1_, IRenderTypeBuffer p_225619_2_, double p_225619_3_, double p_225619_5_, double p_225619_7_)
void
setNotVillageSection(SectionPos p_239379_1_)
void
setVillageSection(SectionPos p_239378_1_)
-
-
-
Field Detail
-
villageSections
private final java.util.Set<SectionPos> villageSections
-
-
Method Detail
-
clear
public void clear()
- Specified by:
clear
in interfaceDebugRenderer.IDebugRenderer
-
setVillageSection
public void setVillageSection(SectionPos p_239378_1_)
-
setNotVillageSection
public void setNotVillageSection(SectionPos p_239379_1_)
-
render
public void render(MatrixStack p_225619_1_, IRenderTypeBuffer p_225619_2_, double p_225619_3_, double p_225619_5_, double p_225619_7_)
- Specified by:
render
in interfaceDebugRenderer.IDebugRenderer
-
doRender
private void doRender(double p_239376_1_, double p_239376_3_, double p_239376_5_)
-
highlightVillageSection
private static void highlightVillageSection(SectionPos p_239380_0_)
-
-