@EnvironmentInterfaces(value=@EnvironmentInterface(value=CLIENT,itf=ChestAnimationProgress.class)) public class EnderChestBlockEntity extends BlockEntity implements ChestAnimationProgress
| Modifier and Type | Field and Description |
|---|---|
private class_5560 |
field_27216 |
private class_5561 |
field_27217 |
pos, removed, world| Constructor and Description |
|---|
EnderChestBlockEntity(BlockPos blockPos,
BlockState blockState) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPlayerUse(PlayerEntity playerEntity) |
static void |
clientTick(World world,
BlockPos blockPos,
BlockState blockState,
EnderChestBlockEntity enderChestBlockEntity) |
float |
getAnimationProgress(float tickDelta) |
void |
method_31690() |
void |
onClose(PlayerEntity playerEntity) |
void |
onOpen(PlayerEntity playerEntity) |
boolean |
onSyncedBlockEvent(int type,
int data) |
cancelRemoval, copyItemDataRequiresOperator, createFromTag, fromTag, getCachedState, getPos, getSquaredRenderDistance, getType, getWorld, hasWorld, isRemoved, markDirty, markDirty, markRemoved, populateCrashReport, setCachedState, setWorld, toInitialChunkDataTag, toTag, toUpdatePacketprivate final class_5560 field_27216
private final class_5561 field_27217
public EnderChestBlockEntity(BlockPos blockPos, BlockState blockState)
public static void clientTick(World world, BlockPos blockPos, BlockState blockState, EnderChestBlockEntity enderChestBlockEntity)
public boolean onSyncedBlockEvent(int type,
int data)
onSyncedBlockEvent in class BlockEntitypublic void onOpen(PlayerEntity playerEntity)
public void onClose(PlayerEntity playerEntity)
public boolean canPlayerUse(PlayerEntity playerEntity)
public void method_31690()
@Environment(value=CLIENT) public float getAnimationProgress(float tickDelta)
getAnimationProgress in interface ChestAnimationProgress