类 VillageSectionsDebugRenderer
java.lang.Object
net.minecraft.client.renderer.debug.VillageSectionsDebugRenderer
- 所有已实现的接口:
DebugRenderer.SimpleDebugRenderer
public class VillageSectionsDebugRenderer
extends Object
implements DebugRenderer.SimpleDebugRenderer
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
clear()
private static void
highlightVillageSection
(PoseStack pPoseStack, MultiBufferSource pBuffer, SectionPos pPos) void
render
(PoseStack pPoseStack, MultiBufferSource pBuffer, double pCamX, double pCamY, double pCamZ) void
void
setVillageSection
(SectionPos pPos)
-
字段详细资料
-
MAX_RENDER_DIST_FOR_VILLAGE_SECTIONS
private static final int MAX_RENDER_DIST_FOR_VILLAGE_SECTIONS- 另请参阅:
-
villageSections
-
-
构造器详细资料
-
VillageSectionsDebugRenderer
VillageSectionsDebugRenderer()
-
-
方法详细资料
-
clear
public void clear()- 指定者:
clear
在接口中DebugRenderer.SimpleDebugRenderer
-
setVillageSection
-
setNotVillageSection
-
render
public void render(PoseStack pPoseStack, MultiBufferSource pBuffer, double pCamX, double pCamY, double pCamZ) - 指定者:
render
在接口中DebugRenderer.SimpleDebugRenderer
-
highlightVillageSection
private static void highlightVillageSection(PoseStack pPoseStack, MultiBufferSource pBuffer, SectionPos pPos)
-