Package net.minecraft.world.chunk
Class WorldChunk.WrappedBlockEntityTickInvoker
java.lang.Object
net.minecraft.world.chunk.WorldChunk.WrappedBlockEntityTickInvoker
- All Implemented Interfaces:
- BlockEntityTickInvoker
- Enclosing class:
- WorldChunk
private class WorldChunk.WrappedBlockEntityTickInvoker
extends Object
implements BlockEntityTickInvoker
- Mappings:
- Namespace - Name - official - dei$d- intermediary - net/minecraft/class_2818$class_5564- named - net/minecraft/world/chunk/WorldChunk$WrappedBlockEntityTickInvoker
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetName()getPos()boolean(package private) voidsetWrapped(BlockEntityTickInvoker wrapped) voidtick()toString()
- 
Field Details- 
wrapped- Mappings:
- Namespace - Name - Mixin selector - official - b- Ldei$d;b:Ldbd;- intermediary - field_27228- Lnet/minecraft/class_2818$class_5564;field_27228:Lnet/minecraft/class_5562;- named - wrapped- Lnet/minecraft/world/chunk/WorldChunk$WrappedBlockEntityTickInvoker;wrapped:Lnet/minecraft/world/chunk/BlockEntityTickInvoker;
 
 
- 
- 
Constructor Details- 
WrappedBlockEntityTickInvokerWrappedBlockEntityTickInvoker(BlockEntityTickInvoker wrapped) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Ldei$d;<init>(Ldei;Ldbd;)V- intermediary - <init>- Lnet/minecraft/class_2818$class_5564;<init>(Lnet/minecraft/class_2818;Lnet/minecraft/class_5562;)V- named - <init>- Lnet/minecraft/world/chunk/WorldChunk$WrappedBlockEntityTickInvoker;<init>(Lnet/minecraft/world/chunk/WorldChunk;Lnet/minecraft/world/chunk/BlockEntityTickInvoker;)V
 
 
- 
- 
Method Details- 
setWrapped- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldei$d;a(Ldbd;)V- intermediary - method_31727- Lnet/minecraft/class_2818$class_5564;method_31727(Lnet/minecraft/class_5562;)V- named - setWrapped- Lnet/minecraft/world/chunk/WorldChunk$WrappedBlockEntityTickInvoker;setWrapped(Lnet/minecraft/world/chunk/BlockEntityTickInvoker;)V
 
- 
tickpublic void tick()- Specified by:
- tickin interface- BlockEntityTickInvoker
- 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
 
- 
isRemovedpublic boolean isRemoved()- Specified by:
- isRemovedin interface- BlockEntityTickInvoker
- 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
 
- 
getPos- Specified by:
- getPosin interface- BlockEntityTickInvoker
- 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;
 
- 
getName- Specified by:
- getNamein interface- BlockEntityTickInvoker
- 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;
 
- 
toString
 
-