类 GameEventListenerRenderer
java.lang.Object
net.minecraft.client.renderer.debug.GameEventListenerRenderer
- 所有已实现的接口:
DebugRenderer.SimpleDebugRenderer
-
嵌套类概要
嵌套类修饰符和类型类说明(专用程序包) static final record
(专用程序包) static class
-
字段概要
字段修饰符和类型字段说明private static final float
private static final int
private final Minecraft
private final List
<GameEventListenerRenderer.TrackedGameEvent> private final List
<GameEventListenerRenderer.TrackedListener> -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
render
(PoseStack p_173846_, MultiBufferSource p_173847_, double p_173848_, double p_173849_, double p_173850_) private static void
renderFilledBox
(PoseStack p_270351_, MultiBufferSource p_270763_, AABB p_270205_, float p_270707_, float p_270538_, float p_270314_, float p_270966_) void
trackGameEvent
(ResourceKey<GameEvent> p_297445_, Vec3 p_234515_) void
trackListener
(PositionSource p_173831_, int p_173832_) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.client.renderer.debug.DebugRenderer.SimpleDebugRenderer
clear
-
字段详细资料
-
minecraft
-
LISTENER_RENDER_DIST
private static final int LISTENER_RENDER_DIST- 另请参阅:
-
BOX_HEIGHT
private static final float BOX_HEIGHT- 另请参阅:
-
trackedGameEvents
-
trackedListeners
-
-
构造器详细资料
-
GameEventListenerRenderer
-
-
方法详细资料
-
render
public void render(PoseStack p_173846_, MultiBufferSource p_173847_, double p_173848_, double p_173849_, double p_173850_) - 指定者:
render
在接口中DebugRenderer.SimpleDebugRenderer
-
renderFilledBox
private static void renderFilledBox(PoseStack p_270351_, MultiBufferSource p_270763_, AABB p_270205_, float p_270707_, float p_270538_, float p_270314_, float p_270966_) -
trackGameEvent
-
trackListener
-