Package net.minecraft.world.chunk
Interface BlockEntityTickInvoker
- All Known Implementing Classes:
- WorldChunk.DirectBlockEntityTickInvoker,- WorldChunk.WrappedBlockEntityTickInvoker
public interface BlockEntityTickInvoker
- Mappings:
- Namespace - Name - official - dbd- intermediary - net/minecraft/class_5562- named - net/minecraft/world/chunk/BlockEntityTickInvoker
- 
Method Summary
- 
Method Details- 
tickvoid tick()- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldbd;a()V- intermediary - method_31703- Lnet/minecraft/class_5562;method_31703()V- named - tick- Lnet/minecraft/world/chunk/BlockEntityTickInvoker;tick()V
 
- 
isRemovedboolean isRemoved()- Mappings:
- Namespace - Name - Mixin selector - official - b- Ldbd;b()Z- intermediary - method_31704- Lnet/minecraft/class_5562;method_31704()Z- named - isRemoved- Lnet/minecraft/world/chunk/BlockEntityTickInvoker;isRemoved()Z
 
- 
getPosBlockPos getPos()- Mappings:
- Namespace - Name - Mixin selector - official - c- Ldbd;c()Lgu;- 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;
 
- 
getNameString getName()- Mappings:
- Namespace - Name - Mixin selector - official - d- Ldbd;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;
 
 
-