Package net.minecraft.world.chunk
Interface BlockEntityTickInvoker
- All Known Implementing Classes:
- WorldChunk.DirectBlockEntityTickInvoker,- WorldChunk.WrappedBlockEntityTickInvoker
public interface BlockEntityTickInvoker
- Mappings:
- Namespace - Name - named - net/minecraft/world/chunk/BlockEntityTickInvoker- intermediary - net/minecraft/class_5562- official - dvv
- 
Method Summary
- 
Method Details- 
tickvoid tick()- Mappings:
- Namespace - Name - Mixin selector - named - tick- Lnet/minecraft/world/chunk/BlockEntityTickInvoker;tick()V- intermediary - method_31703- Lnet/minecraft/class_5562;method_31703()V- official - a- Ldvv;a()V
 
- 
isRemovedboolean isRemoved()- Mappings:
- Namespace - Name - Mixin selector - named - isRemoved- Lnet/minecraft/world/chunk/BlockEntityTickInvoker;isRemoved()Z- intermediary - method_31704- Lnet/minecraft/class_5562;method_31704()Z- official - b- Ldvv;b()Z
 
- 
getPosBlockPos getPos()- Mappings:
- Namespace - Name - Mixin selector - named - getPos- Lnet/minecraft/world/chunk/BlockEntityTickInvoker;getPos()Lnet/minecraft/util/math/BlockPos;- intermediary - method_31705- Lnet/minecraft/class_5562;method_31705()Lnet/minecraft/class_2338;- official - c- Ldvv;c()Lji;
 
- 
getNameString getName()- Mappings:
- Namespace - Name - Mixin selector - named - getName- Lnet/minecraft/world/chunk/BlockEntityTickInvoker;getName()Ljava/lang/String;- intermediary - method_31706- Lnet/minecraft/class_5562;method_31706()Ljava/lang/String;- official - d- Ldvv;d()Ljava/lang/String;
 
 
-