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$bintermediary net/minecraft/class_5739$class_5741named net/minecraft/client/render/debug/GameEventDebugRenderer$class_5741
-
Field Summary
Fields Modifier and Type Field Description PositionSourcepositionSourceintrange -
Constructor Summary
Constructors Constructor Description class_5741(PositionSource positionSource, int range) -
Method Summary
Modifier and Type Method Description Optional<BlockPos>getPos(World world)PositionSourcegetPositionSource()intgetRange()booleanlisten(World world, GameEvent event, Entity entity, BlockPos pos)booleanmethod_33095(World world, BlockPos blockPos)
-
Field Details
-
positionSource
- Mappings:
Namespace Name Mixin selector official aLeku$b;a:Lclx;intermediary field_28261Lnet/minecraft/class_5739$class_5741;field_28261:Lnet/minecraft/class_5716;named positionSourceLnet/minecraft/client/render/debug/GameEventDebugRenderer$class_5741;positionSource:Lnet/minecraft/world/event/PositionSource;
-
range
public final int range- Mappings:
Namespace Name Mixin selector official bLeku$b;b:Iintermediary field_28262Lnet/minecraft/class_5739$class_5741;field_28262:Inamed rangeLnet/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)Vintermediary <init>Lnet/minecraft/class_5739$class_5741;<init>(Lnet/minecraft/class_5716;I)Vnamed <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 aLeku$b;a(Lbtv;Lfx;)Zintermediary method_33095Lnet/minecraft/class_5739$class_5741;method_33095(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;)Znamed method_33095Lnet/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 aLeku$b;a(Lbtv;)Ljava/util/Optional;intermediary method_33094Lnet/minecraft/class_5739$class_5741;method_33094(Lnet/minecraft/class_1937;)Ljava/util/Optional;named getPosLnet/minecraft/client/render/debug/GameEventDebugRenderer$class_5741;getPos(Lnet/minecraft/world/World;)Ljava/util/Optional;
-
getPositionSource
- Specified by:
getPositionSourcein interfaceGameEventListener- Mappings:
Namespace Name Mixin selector official aLclv;a()Lclx;intermediary method_32946Lnet/minecraft/class_5714;method_32946()Lnet/minecraft/class_5716;named getPositionSourceLnet/minecraft/world/event/listener/GameEventListener;getPositionSource()Lnet/minecraft/world/event/PositionSource;
-
getRange
public int getRange()- Specified by:
getRangein interfaceGameEventListener- Mappings:
Namespace Name Mixin selector official bLclv;b()Iintermediary method_32948Lnet/minecraft/class_5714;method_32948()Inamed getRangeLnet/minecraft/world/event/listener/GameEventListener;getRange()I
-
listen
- Specified by:
listenin interfaceGameEventListener- Mappings:
Namespace Name Mixin selector official aLclv;a(Lbtv;Lclt;Laqv;Lfx;)Zintermediary method_32947Lnet/minecraft/class_5714;method_32947(Lnet/minecraft/class_1937;Lnet/minecraft/class_5712;Lnet/minecraft/class_1297;Lnet/minecraft/class_2338;)Znamed listenLnet/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
-