Class GameEventDebugRenderer.Listener
java.lang.Object
net.minecraft.client.render.debug.GameEventDebugRenderer.Listener
- All Implemented Interfaces:
GameEventListener
- Enclosing class:
GameEventDebugRenderer
@Environment(CLIENT)
private static class GameEventDebugRenderer.Listener
extends Object
implements GameEventListener
- Mappings:
Namespace Name official fwt$b
intermediary net/minecraft/class_5739$class_5741
named net/minecraft/client/render/debug/GameEventDebugRenderer$Listener
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.world.event.listener.GameEventListener
GameEventListener.Holder<T extends GameEventListener>, GameEventListener.TriggerOrder
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the position source of this listener.int
getRange()
Returns the range, in blocks, of the listener.boolean
boolean
listen
(ServerWorld world, GameEvent event, GameEvent.Emitter emitter, Vec3d emitterPos) Listens to an incoming game event.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.event.listener.GameEventListener
getTriggerOrder
-
Field Details
-
positionSource
- Mappings:
Namespace Name Mixin selector official a
Lfwt$b;a:Ldnv;
intermediary field_28261
Lnet/minecraft/class_5739$class_5741;field_28261:Lnet/minecraft/class_5716;
named positionSource
Lnet/minecraft/client/render/debug/GameEventDebugRenderer$Listener;positionSource:Lnet/minecraft/world/event/PositionSource;
-
range
public final int range- Mappings:
Namespace Name Mixin selector official b
Lfwt$b;b:I
intermediary field_28262
Lnet/minecraft/class_5739$class_5741;field_28262:I
named range
Lnet/minecraft/client/render/debug/GameEventDebugRenderer$Listener;range:I
-
-
Constructor Details
-
Listener
- Mappings:
Namespace Name Mixin selector official <init>
Lfwt$b;<init>(Ldnv;I)V
intermediary <init>
Lnet/minecraft/class_5739$class_5741;<init>(Lnet/minecraft/class_5716;I)V
named <init>
Lnet/minecraft/client/render/debug/GameEventDebugRenderer$Listener;<init>(Lnet/minecraft/world/event/PositionSource;I)V
-
-
Method Details
-
isTooFar
- Mappings:
Namespace Name Mixin selector official a
Lfwt$b;a(Lctp;Lelt;)Z
intermediary method_33095
Lnet/minecraft/class_5739$class_5741;method_33095(Lnet/minecraft/class_1937;Lnet/minecraft/class_243;)Z
named isTooFar
Lnet/minecraft/client/render/debug/GameEventDebugRenderer$Listener;isTooFar(Lnet/minecraft/world/World;Lnet/minecraft/util/math/Vec3d;)Z
-
getPos
- Mappings:
Namespace Name Mixin selector official a
Lfwt$b;a(Lctp;)Ljava/util/Optional;
intermediary method_33094
Lnet/minecraft/class_5739$class_5741;method_33094(Lnet/minecraft/class_1937;)Ljava/util/Optional;
named getPos
Lnet/minecraft/client/render/debug/GameEventDebugRenderer$Listener;getPos(Lnet/minecraft/world/World;)Ljava/util/Optional;
-
getPositionSource
Returns the position source of this listener.- Specified by:
getPositionSource
in interfaceGameEventListener
- Mappings:
Namespace Name Mixin selector official a
Ldnt;a()Ldnv;
intermediary method_32946
Lnet/minecraft/class_5714;method_32946()Lnet/minecraft/class_5716;
named getPositionSource
Lnet/minecraft/world/event/listener/GameEventListener;getPositionSource()Lnet/minecraft/world/event/PositionSource;
-
getRange
public int getRange()Returns the range, in blocks, of the listener.- Specified by:
getRange
in interfaceGameEventListener
- Mappings:
Namespace Name Mixin selector official b
Ldnt;b()I
intermediary method_32948
Lnet/minecraft/class_5714;method_32948()I
named getRange
Lnet/minecraft/world/event/listener/GameEventListener;getRange()I
-
listen
public boolean listen(ServerWorld world, GameEvent event, GameEvent.Emitter emitter, Vec3d emitterPos) Listens to an incoming game event.- Specified by:
listen
in interfaceGameEventListener
- Returns:
true
if the game event has been accepted by this listener- Mappings:
Namespace Name Mixin selector official a
Ldnt;a(Land;Ldnr;Ldnr$a;Lelt;)Z
intermediary method_32947
Lnet/minecraft/class_5714;method_32947(Lnet/minecraft/class_3218;Lnet/minecraft/class_5712;Lnet/minecraft/class_5712$class_7397;Lnet/minecraft/class_243;)Z
named listen
Lnet/minecraft/world/event/listener/GameEventListener;listen(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/world/event/GameEvent;Lnet/minecraft/world/event/GameEvent$Emitter;Lnet/minecraft/util/math/Vec3d;)Z
-