Class GameEventDebugRenderer.class_5741
java.lang.Object
net.minecraft.client.render.debug.GameEventDebugRenderer.class_5741
- All Implemented Interfaces:
GameEventListener
- Enclosing class:
- GameEventDebugRenderer
@Environment(CLIENT) static class GameEventDebugRenderer.class_5741 extends Object implements GameEventListener
- Mappings:
Namespace Name official eku$b
intermediary net/minecraft/class_5739$class_5741
named net/minecraft/client/render/debug/GameEventDebugRenderer$class_5741
-
Field Summary
Fields Modifier and Type Field Description PositionSource
positionSource
int
range
-
Constructor Summary
Constructors Constructor Description class_5741(PositionSource positionSource, int range)
-
Method Summary
Modifier and Type Method Description Optional<BlockPos>
getPos(World world)
PositionSource
getPositionSource()
int
getRange()
boolean
listen(World world, GameEvent event, Entity entity, BlockPos pos)
boolean
method_33095(World world, BlockPos blockPos)
-
Field Details
-
positionSource
- Mappings:
Namespace Name Mixin selector official a
Leku$b;a:Lclx;
intermediary field_28261
Lnet/minecraft/class_5739$class_5741;field_28261:Lnet/minecraft/class_5716;
named positionSource
Lnet/minecraft/client/render/debug/GameEventDebugRenderer$class_5741;positionSource:Lnet/minecraft/world/event/PositionSource;
-
range
public final int range- Mappings:
Namespace Name Mixin selector official b
Leku$b;b:I
intermediary field_28262
Lnet/minecraft/class_5739$class_5741;field_28262:I
named range
Lnet/minecraft/client/render/debug/GameEventDebugRenderer$class_5741;range:I
-
-
Constructor Details
-
class_5741
- Mappings:
Namespace Name Mixin selector official <init>
Leku$b;<init>(Lclx;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$class_5741;<init>(Lnet/minecraft/world/event/PositionSource;I)V
-
-
Method Details
-
method_33095
- Mappings:
Namespace Name Mixin selector official a
Leku$b;a(Lbtv;Lfx;)Z
intermediary method_33095
Lnet/minecraft/class_5739$class_5741;method_33095(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Z
named method_33095
Lnet/minecraft/client/render/debug/GameEventDebugRenderer$class_5741;method_33095(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;)Z
-
getPos
- Mappings:
Namespace Name Mixin selector official a
Leku$b;a(Lbtv;)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$class_5741;getPos(Lnet/minecraft/world/World;)Ljava/util/Optional;
-
getPositionSource
- Specified by:
getPositionSource
in interfaceGameEventListener
- Mappings:
Namespace Name Mixin selector official a
Lclv;a()Lclx;
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()- Specified by:
getRange
in interfaceGameEventListener
- Mappings:
Namespace Name Mixin selector official b
Lclv;b()I
intermediary method_32948
Lnet/minecraft/class_5714;method_32948()I
named getRange
Lnet/minecraft/world/event/listener/GameEventListener;getRange()I
-
listen
- Specified by:
listen
in interfaceGameEventListener
- Mappings:
Namespace Name Mixin selector official a
Lclv;a(Lbtv;Lclt;Laqv;Lfx;)Z
intermediary method_32947
Lnet/minecraft/class_5714;method_32947(Lnet/minecraft/class_1937;Lnet/minecraft/class_5712;Lnet/minecraft/class_1297;Lnet/minecraft/class_2338;)Z
named listen
Lnet/minecraft/world/event/listener/GameEventListener;listen(Lnet/minecraft/world/World;Lnet/minecraft/world/event/GameEvent;Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/BlockPos;)Z
-