Package net.minecraft.block.entity
Class EnderChestBlockEntity
java.lang.Object
net.minecraft.block.entity.BlockEntity
net.minecraft.block.entity.EnderChestBlockEntity
- All Implemented Interfaces:
LidOpenable,DebugTrackable
- Mappings:
Namespace Name named net/minecraft/block/entity/EnderChestBlockEntityintermediary net/minecraft/class_2611official ehf
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.world.debug.DebugTrackable
DebugTrackable.DebugDataSupplier<T>, DebugTrackable.Tracker -
Field Summary
FieldsFields inherited from class net.minecraft.block.entity.BlockEntity
pos, removed, world -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanPlayerUse(PlayerEntity player) static voidclientTick(World world, BlockPos pos, BlockState state, EnderChestBlockEntity blockEntity) floatgetAnimationProgress(float tickProgress) voidonClose(ContainerUser user) voidonOpen(ContainerUser user) voidbooleanonSyncedBlockEvent(int type, int data) If this block entity's block extendsBlockWithEntity, this is called insideAbstractBlock.onSyncedBlockEvent(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, int, int).Methods inherited from class net.minecraft.block.entity.BlockEntity
addComponents, cancelRemoval, createComponentlessNbt, createComponentMap, createFromNbt, createNbt, createNbtWithIdentifyingData, getCachedState, getComponents, getNameForReport, getPos, getReporterContext, getType, getWorld, hasWorld, isRemoved, markDirty, markDirty, markRemoved, onBlockReplaced, populateCrashReport, posFromNbt, read, readComponentlessData, readComponents, readComponents, readComponents, readData, registerTracking, removeFromCopiedStackData, setCachedState, setComponents, setWorld, supports, toInitialChunkDataNbt, toUpdatePacket, tryParseCustomName, writeComponentlessData, writeData, writeDataWithId, writeDataWithoutId, writeFullData, writeId
-
Field Details
-
lidAnimator
- Mappings:
Namespace Name Mixin selector named lidAnimatorLnet/minecraft/block/entity/EnderChestBlockEntity;lidAnimator:Lnet/minecraft/block/entity/ChestLidAnimator;intermediary field_27216Lnet/minecraft/class_2611;field_27216:Lnet/minecraft/class_5560;official aLehf;a:Legp;
-
stateManager
- Mappings:
Namespace Name Mixin selector named stateManagerLnet/minecraft/block/entity/EnderChestBlockEntity;stateManager:Lnet/minecraft/block/entity/ViewerCountManager;intermediary field_27217Lnet/minecraft/class_2611;field_27217:Lnet/minecraft/class_5561;official bLehf;b:Legu;
-
-
Constructor Details
-
EnderChestBlockEntity
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/block/entity/EnderChestBlockEntity;<init>(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;)Vintermediary <init>Lnet/minecraft/class_2611;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)Vofficial <init>Lehf;<init>(Lja;Lejm;)V
-
-
Method Details
-
clientTick
public static void clientTick(World world, BlockPos pos, BlockState state, EnderChestBlockEntity blockEntity) - Mappings:
Namespace Name Mixin selector named clientTickLnet/minecraft/block/entity/EnderChestBlockEntity;clientTick(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/EnderChestBlockEntity;)Vintermediary method_31689Lnet/minecraft/class_2611;method_31689(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2611;)Vofficial aLehf;a(Ldrq;Lja;Lejm;Lehf;)V
-
onSyncedBlockEvent
public boolean onSyncedBlockEvent(int type, int data) If this block entity's block extendsBlockWithEntity, this is called insideAbstractBlock.onSyncedBlockEvent(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, int, int).- Overrides:
onSyncedBlockEventin classBlockEntity- See Also:
- Mappings:
Namespace Name Mixin selector named onSyncedBlockEventLnet/minecraft/block/entity/BlockEntity;onSyncedBlockEvent(II)Zintermediary method_11004Lnet/minecraft/class_2586;method_11004(II)Zofficial a_Legg;a_(II)Z
-
onOpen
- Mappings:
Namespace Name Mixin selector named onOpenLnet/minecraft/block/entity/EnderChestBlockEntity;onOpen(Lnet/minecraft/entity/ContainerUser;)Vintermediary method_11219Lnet/minecraft/class_2611;method_11219(Lnet/minecraft/class_11565;)Vofficial aLehf;a(Lcdo;)V
-
onClose
- Mappings:
Namespace Name Mixin selector named onCloseLnet/minecraft/block/entity/EnderChestBlockEntity;onClose(Lnet/minecraft/entity/ContainerUser;)Vintermediary method_11220Lnet/minecraft/class_2611;method_11220(Lnet/minecraft/class_11565;)Vofficial bLehf;b(Lcdo;)V
-
canPlayerUse
- Mappings:
Namespace Name Mixin selector named canPlayerUseLnet/minecraft/block/entity/EnderChestBlockEntity;canPlayerUse(Lnet/minecraft/entity/player/PlayerEntity;)Zintermediary method_11218Lnet/minecraft/class_2611;method_11218(Lnet/minecraft/class_1657;)Zofficial aLehf;a(Lczl;)Z
-
onScheduledTick
public void onScheduledTick()- Mappings:
Namespace Name Mixin selector named onScheduledTickLnet/minecraft/block/entity/EnderChestBlockEntity;onScheduledTick()Vintermediary method_31690Lnet/minecraft/class_2611;method_31690()Vofficial aLehf;a()V
-
getAnimationProgress
public float getAnimationProgress(float tickProgress) - Specified by:
getAnimationProgressin interfaceLidOpenable- Mappings:
Namespace Name Mixin selector named getAnimationProgressLnet/minecraft/block/entity/LidOpenable;getAnimationProgress(F)Fintermediary method_11274Lnet/minecraft/class_2618;method_11274(F)Fofficial aLeho;a(F)F
-