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 fha$b
intermediary net/minecraft/class_5739$class_5741
named net/minecraft/client/render/debug/GameEventDebugRenderer$Listener
  • Field Details

    • positionSource

      public final PositionSource positionSource
      Mappings:
      Namespace Name Mixin selector
      official a Lfha$b;a:Lddg;
      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 Lfha$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

      public Listener(PositionSource positionSource, int range)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfha$b;<init>(Lddg;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

      public boolean isTooFar(World world, Vec3d pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lfha$b;a(Lcjw;Leae;)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

      public Optional<Vec3d> getPos(World world)
      Mappings:
      Namespace Name Mixin selector
      official a Lfha$b;a(Lcjw;)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

      public PositionSource getPositionSource()
      Returns the position source of this listener.
      Specified by:
      getPositionSource in interface GameEventListener
      Mappings:
      Namespace Name Mixin selector
      official a Ldde;a()Lddg;
      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 interface GameEventListener
      Mappings:
      Namespace Name Mixin selector
      official b Ldde;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 interface GameEventListener
      Returns:
      true if the game event has been accepted by this listener
      Mappings:
      Namespace Name Mixin selector
      official a Ldde;a(Lahm;Lddc;Lddc$a;Leae;)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