Package net.minecraft.world.chunk
Class WorldChunk.EmptyBlockEntityTickInvoker
java.lang.Object
net.minecraft.world.chunk.WorldChunk.EmptyBlockEntityTickInvoker
- All Implemented Interfaces:
BlockEntityTickInvoker
- Enclosing class:
- WorldChunk
static final class WorldChunk.EmptyBlockEntityTickInvoker extends Object implements BlockEntityTickInvoker
- Mappings:
Namespace Name official cjw$1
intermediary net/minecraft/class_2818$1
named net/minecraft/world/chunk/WorldChunk$EmptyBlockEntityTickInvoker
-
Constructor Summary
Constructors Constructor Description EmptyBlockEntityTickInvoker()
-
Method Summary
-
Constructor Details
-
EmptyBlockEntityTickInvoker
EmptyBlockEntityTickInvoker()
-
-
Method Details
-
tick
public void tick()- Specified by:
tick
in interfaceBlockEntityTickInvoker
- Mappings:
Namespace Name Mixin selector official a
Lcgy;a()V
intermediary method_31703
Lnet/minecraft/class_5562;method_31703()V
named tick
Lnet/minecraft/world/chunk/BlockEntityTickInvoker;tick()V
-
isRemoved
public boolean isRemoved()- Specified by:
isRemoved
in interfaceBlockEntityTickInvoker
- Mappings:
Namespace Name Mixin selector official b
Lcgy;b()Z
intermediary method_31704
Lnet/minecraft/class_5562;method_31704()Z
named isRemoved
Lnet/minecraft/world/chunk/BlockEntityTickInvoker;isRemoved()Z
-
getPos
- Specified by:
getPos
in interfaceBlockEntityTickInvoker
- Mappings:
Namespace Name Mixin selector official c
Lcgy;c()Lfx;
intermediary method_31705
Lnet/minecraft/class_5562;method_31705()Lnet/minecraft/class_2338;
named getPos
Lnet/minecraft/world/chunk/BlockEntityTickInvoker;getPos()Lnet/minecraft/util/math/BlockPos;
-
getName
- Specified by:
getName
in interfaceBlockEntityTickInvoker
- Mappings:
Namespace Name Mixin selector official d
Lcgy;d()Ljava/lang/String;
intermediary method_31706
Lnet/minecraft/class_5562;method_31706()Ljava/lang/String;
named getName
Lnet/minecraft/world/chunk/BlockEntityTickInvoker;getName()Ljava/lang/String;
-