类 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 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_)
-
字段详细资料
-
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 p_113701_, MultiBufferSource p_113702_, double p_113703_, double p_113704_, double p_113705_) - 指定者:
render
在接口中DebugRenderer.SimpleDebugRenderer
-
highlightVillageSection
private static void highlightVillageSection(PoseStack p_270832_, MultiBufferSource p_270443_, SectionPos p_271021_)
-