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 static class WorldChunk.WrappedBlockEntityTickInvoker
extends Object
implements BlockEntityTickInvoker
- Mappings:
- Namespace - Name - named - net/minecraft/world/chunk/WorldChunk$WrappedBlockEntityTickInvoker- intermediary - net/minecraft/class_2818$class_5564- official - dzd$d
- 
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 - named - wrapped- Lnet/minecraft/world/chunk/WorldChunk$WrappedBlockEntityTickInvoker;wrapped:Lnet/minecraft/world/chunk/BlockEntityTickInvoker;- intermediary - field_27228- Lnet/minecraft/class_2818$class_5564;field_27228:Lnet/minecraft/class_5562;- official - a- Ldzd$d;a:Ldvv;
 
 
- 
- 
Constructor Details- 
WrappedBlockEntityTickInvokerWrappedBlockEntityTickInvoker(BlockEntityTickInvoker wrapped) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/world/chunk/WorldChunk$WrappedBlockEntityTickInvoker;<init>(Lnet/minecraft/world/chunk/BlockEntityTickInvoker;)V- intermediary - <init>- Lnet/minecraft/class_2818$class_5564;<init>(Lnet/minecraft/class_5562;)V- official - <init>- Ldzd$d;<init>(Ldvv;)V
 
 
- 
- 
Method Details- 
setWrapped- Mappings:
- Namespace - Name - Mixin selector - named - setWrapped- Lnet/minecraft/world/chunk/WorldChunk$WrappedBlockEntityTickInvoker;setWrapped(Lnet/minecraft/world/chunk/BlockEntityTickInvoker;)V- intermediary - method_31727- Lnet/minecraft/class_2818$class_5564;method_31727(Lnet/minecraft/class_5562;)V- official - a- Ldzd$d;a(Ldvv;)V
 
- 
tickpublic void tick()- Specified by:
- tickin interface- BlockEntityTickInvoker
- 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
 
- 
isRemovedpublic boolean isRemoved()- Specified by:
- isRemovedin interface- BlockEntityTickInvoker
- 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
 
- 
getPos- Specified by:
- getPosin interface- BlockEntityTickInvoker
- 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;
 
- 
getName- Specified by:
- getNamein interface- BlockEntityTickInvoker
- 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;
 
- 
toString
 
-