@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) |
float |
getAnimationProgress(float tickDelta) |
static void |
method_31689(World world,
BlockPos blockPos,
BlockState blockState,
EnderChestBlockEntity enderChestBlockEntity) |
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, markRemoved, method_31662, method_31663, method_31664, populateCrashReport, toInitialChunkDataTag, toTag, toUpdatePacketprivate final class_5560 field_27216
private final class_5561 field_27217
public EnderChestBlockEntity(BlockPos blockPos, BlockState blockState)
public static void method_31689(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