Package net.minecraft.block.entity
Class EnderChestBlockEntity
java.lang.Object
net.minecraft.block.entity.BlockEntity
net.minecraft.block.entity.EnderChestBlockEntity
- All Implemented Interfaces:
LidOpenable
- Mappings:
Namespace Name named net/minecraft/block/entity/EnderChestBlockEntity
intermediary net/minecraft/class_2611
official dqe
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.block.entity.BlockEntity
BlockEntity.ComponentsAccess
-
Field Summary
Fields inherited from class net.minecraft.block.entity.BlockEntity
pos, removed, world
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canPlayerUse
(PlayerEntity player) static void
clientTick
(World world, BlockPos pos, BlockState state, EnderChestBlockEntity blockEntity) float
getAnimationProgress
(float tickDelta) void
onClose
(PlayerEntity player) void
onOpen
(PlayerEntity player) void
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)
.Methods inherited from class net.minecraft.block.entity.BlockEntity
addComponents, cancelRemoval, copyItemDataRequiresOperator, createComponentlessNbt, createComponentlessNbtWithIdentifyingData, createComponentMap, createFromNbt, createNbt, createNbtWithId, createNbtWithIdentifyingData, getCachedState, getComponents, getPos, getType, getWorld, hasWorld, isRemoved, markDirty, markDirty, markRemoved, populateCrashReport, posFromNbt, read, readComponentlessNbt, readComponents, readComponents, readComponents, readNbt, removeFromCopiedStackNbt, setCachedState, setComponents, setStackNbt, setWorld, toInitialChunkDataNbt, toUpdatePacket, tryParseCustomName, writeIdToNbt, writeNbt
-
Field Details
-
lidAnimator
- Mappings:
Namespace Name Mixin selector named lidAnimator
Lnet/minecraft/block/entity/EnderChestBlockEntity;lidAnimator:Lnet/minecraft/block/entity/ChestLidAnimator;
intermediary field_27216
Lnet/minecraft/class_2611;field_27216:Lnet/minecraft/class_5560;
official a
Ldqe;a:Ldpr;
-
stateManager
- Mappings:
Namespace Name Mixin selector named stateManager
Lnet/minecraft/block/entity/EnderChestBlockEntity;stateManager:Lnet/minecraft/block/entity/ViewerCountManager;
intermediary field_27217
Lnet/minecraft/class_2611;field_27217:Lnet/minecraft/class_5561;
official b
Ldqe;b:Ldpw;
-
-
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;)V
intermediary <init>
Lnet/minecraft/class_2611;<init>(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V
official <init>
Ldqe;<init>(Liz;Ldse;)V
-
-
Method Details
-
clientTick
public static void clientTick(World world, BlockPos pos, BlockState state, EnderChestBlockEntity blockEntity) - Mappings:
Namespace Name Mixin selector named clientTick
Lnet/minecraft/block/entity/EnderChestBlockEntity;clientTick(Lnet/minecraft/world/World;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/entity/EnderChestBlockEntity;)V
intermediary method_31689
Lnet/minecraft/class_2611;method_31689(Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_2611;)V
official a
Ldqe;a(Ldca;Liz;Ldse;Ldqe;)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:
onSyncedBlockEvent
in classBlockEntity
- See Also:
- Mappings:
Namespace Name Mixin selector named onSyncedBlockEvent
Lnet/minecraft/block/entity/BlockEntity;onSyncedBlockEvent(II)Z
intermediary method_11004
Lnet/minecraft/class_2586;method_11004(II)Z
official a_
Ldpj;a_(II)Z
-
onOpen
- Mappings:
Namespace Name Mixin selector named onOpen
Lnet/minecraft/block/entity/EnderChestBlockEntity;onOpen(Lnet/minecraft/entity/player/PlayerEntity;)V
intermediary method_11219
Lnet/minecraft/class_2611;method_11219(Lnet/minecraft/class_1657;)V
official a
Ldqe;a(Lcmz;)V
-
onClose
- Mappings:
Namespace Name Mixin selector named onClose
Lnet/minecraft/block/entity/EnderChestBlockEntity;onClose(Lnet/minecraft/entity/player/PlayerEntity;)V
intermediary method_11220
Lnet/minecraft/class_2611;method_11220(Lnet/minecraft/class_1657;)V
official b
Ldqe;b(Lcmz;)V
-
canPlayerUse
- Mappings:
Namespace Name Mixin selector named canPlayerUse
Lnet/minecraft/block/entity/EnderChestBlockEntity;canPlayerUse(Lnet/minecraft/entity/player/PlayerEntity;)Z
intermediary method_11218
Lnet/minecraft/class_2611;method_11218(Lnet/minecraft/class_1657;)Z
official c
Ldqe;c(Lcmz;)Z
-
onScheduledTick
public void onScheduledTick()- Mappings:
Namespace Name Mixin selector named onScheduledTick
Lnet/minecraft/block/entity/EnderChestBlockEntity;onScheduledTick()V
intermediary method_31690
Lnet/minecraft/class_2611;method_31690()V
official b
Ldqe;b()V
-
getAnimationProgress
public float getAnimationProgress(float tickDelta) - Specified by:
getAnimationProgress
in interfaceLidOpenable
- Mappings:
Namespace Name Mixin selector named getAnimationProgress
Lnet/minecraft/block/entity/LidOpenable;getAnimationProgress(F)F
intermediary method_11274
Lnet/minecraft/class_2618;method_11274(F)F
official a
Ldqm;a(F)F
-