net.minecraft.world.level.block.entity

public class ShulkerBoxBlockEntity

extends RandomizableContainerBlockEntity implements WorldlyContainer, TickableBlockEntity

All mapped superinterfaces:

Container, Clearable, MenuProvider, MenuConstructor, Nameable, WorldlyContainer, TickableBlockEntity

bxd
net.minecraft.world.level.block.entity.ShulkerBoxBlockEntity
net.minecraft.class_2627
net.minecraft.unmapped.C_gauehqwp
net.minecraft.block.entity.ShulkerBoxBlockEntity
net.minecraft.tileentity.ShulkerBoxTileEntity
net.minecraft.server.v1_15_R1.TileEntityShulkerBox

Field summary

Modifier and TypeField
private static final int[]
a
SLOTS
field_12059
f_ztvkxnpp
AVAILABLE_SLOTS
field_190595_a
private NonNullList<ItemStack>
b
itemStacks
field_12054
f_qymrdplt
inventory
field_190596_f
contents
private int
c
openCount
field_12053
f_sdlfekxl
viewerCount
field_190598_h
private ShulkerBoxBlockEntity$AnimationStatus
i
animationStatus
field_12057
f_gvwgoafu
animationStage
field_190599_i
private float
j
progress
field_12056
f_ainnhabf
animationProgress
field_190600_j
private float
k
progressOld
field_12055
f_fmgzbbgv
prevAnimationProgress
field_190601_k
private DyeColor
l
color
field_12060
f_axjnbhcn
cachedColor
field_190602_l
private boolean
m
loadColorFromBlock
field_12058
f_imalteas
cachedColorUpdateNeeded
field_204400_o

Constructor summary

ModifierConstructor
public (DyeColor arg0)
public ()

Method summary

Modifier and TypeMethod
public void
Z_()
tick()
method_16896()
m_wqkjfdad()
tick()
func_73660_a()
tick()
protected void
h()
updateAnimation()
method_11318()
m_gbmxctnh()
updateAnimation()
func_190583_o()
public ShulkerBoxBlockEntity$AnimationStatus
j()
getAnimationStatus()
method_11313()
m_makmsuni()
getAnimationStage()
func_190591_p()
public AABB
a(byg arg0)
getBoundingBox(BlockState arg0)
method_11314(class_2680 arg0)
m_igvpwtdi(C_txtbiemp arg0)
getBoundingBox(BlockState state)
func_190584_a(BlockState arg0)
public AABB
b(fp arg0)
getBoundingBox(Direction arg0)
method_11311(class_2350 arg0)
m_agajkfdl(C_xpuuihxf arg0)
getBoundingBox(Direction openDirection)
func_190587_b(Direction arg0)
private AABB
c(fp arg0)
getTopBoundingBox(Direction arg0)
method_11315(class_2350 arg0)
m_lbhhofcd(C_xpuuihxf arg0)
getCollisionBox(Direction facing)
func_190588_c(Direction arg0)
private void
l()
moveCollidedEntities()
method_11316()
m_ojeklclb()
pushEntities()
func_190589_G()
public int
O_()
getContainerSize()
method_5439()
m_dmbfvefd()
getInvSize()
func_70302_i_()
getSize()
public boolean
a_(int arg0, int arg1)
triggerEvent(int arg0, int arg1)
method_11004(int arg0, int arg1)
m_qrmwzmws(int arg0, int arg1)
onBlockAction(int arg0, int arg1)
func_145842_c(int arg0, int arg1)
setProperty(int arg0, int arg1)
private void
m()
doNeighborUpdates()
method_20047()
m_divvbnuh()
updateNeighborStates()
func_213975_v()
public void
a_(ayg arg0)
startOpen(Player arg0)
method_5435(class_1657 arg0)
m_uhfxptkc(C_jzrpycqo arg0)
onInvOpen(PlayerEntity arg0)
func_174889_b(PlayerEntity arg0)
startOpen(EntityHuman arg0)
public void
b_(ayg arg0)
stopOpen(Player arg0)
method_5432(class_1657 arg0)
m_eedjwnvs(C_jzrpycqo arg0)
onInvClose(PlayerEntity arg0)
func_174886_c(PlayerEntity arg0)
closeContainer(EntityHuman arg0)
protected Component
g()
getDefaultName()
method_17823()
m_egjsjpyi()
getContainerName()
func_213907_g()
getContainerName()
public void
a(jt arg0)
load(CompoundTag arg0)
method_11014(class_2487 arg0)
m_dfzdncts(C_hhlwcnih arg0)
fromTag(CompoundTag arg0)
func_145839_a(CompoundNBT arg0)
load(NBTTagCompound arg0)
public CompoundTag
b(jt arg0)
save(CompoundTag arg0)
method_11007(class_2487 arg0)
m_fzlqwslp(C_hhlwcnih arg0)
toTag(CompoundTag arg0)
func_189515_b(CompoundNBT arg0)
save(NBTTagCompound arg0)
public void
f(jt arg0)
loadFromTag(CompoundTag arg0)
method_11319(class_2487 arg0)
m_jqvxostv(C_hhlwcnih arg0)
deserializeInventory(CompoundTag tag)
func_190586_e(CompoundNBT arg0)
public CompoundTag
g(jt arg0)
saveToTag(CompoundTag arg0)
method_11317(class_2487 arg0)
m_ehlaxwua(C_hhlwcnih arg0)
serializeInventory(CompoundTag tag)
func_190580_f(CompoundNBT arg0)
protected NonNullList<ItemStack>
f()
getItems()
method_11282()
m_qkfbvwxz()
getInvStackList()
func_190576_q()
protected void
a(fy<bek> arg0)
setItems(NonNullList<ItemStack> arg0)
method_11281(class_2371<class_1799> arg0)
m_whlgzmib(C_rnrfftze<C_sddaxwyk> arg0)
setInvStackList(DefaultedList<ItemStack> arg0)
func_199721_a(NonNullList<ItemStack> arg0)
public int[]
a(fp arg0)
getSlotsForFace(Direction arg0)
method_5494(class_2350 arg0)
m_beroaavx(C_xpuuihxf arg0)
getInvAvailableSlots(Direction arg0)
func_180463_a(Direction arg0)
getSlotsForFace(EnumDirection arg0)
public boolean
a(int arg0, bek arg1, fp arg2)
canPlaceItemThroughFace(int arg0, ItemStack arg1, Direction arg2)
method_5492(int arg0, class_1799 arg1, class_2350 arg2)
m_mkcjjlxd(int arg0, C_sddaxwyk arg1, C_xpuuihxf arg2)
canInsertInvStack(int arg0, ItemStack arg1, Direction arg2)
func_180462_a(int arg0, ItemStack arg1, Direction arg2)
canPlaceItemThroughFace(int arg0, ItemStack arg1, EnumDirection arg2)
public boolean
b(int arg0, bek arg1, fp arg2)
canTakeItemThroughFace(int arg0, ItemStack arg1, Direction arg2)
method_5493(int arg0, class_1799 arg1, class_2350 arg2)
m_kdgofkkq(int arg0, C_sddaxwyk arg1, C_xpuuihxf arg2)
canExtractInvStack(int arg0, ItemStack arg1, Direction arg2)
func_180461_b(int arg0, ItemStack arg1, Direction arg2)
canTakeItemThroughFace(int arg0, ItemStack arg1, EnumDirection arg2)
public float
a(float arg0)
getProgress(float arg0)
method_11312(float arg0)
m_rucqhvrd(float arg0)
getAnimationProgress(float arg0)
func_190585_a(float arg0)
protected AbstractContainerMenu
a(int arg0, ayf arg1)
createMenu(int arg0, Inventory arg1)
method_5465(int arg0, class_1661 arg1)
m_zoafdewc(int arg0, C_sxzqocrm arg1)
createContainer(int arg0, PlayerInventory arg1)
func_213906_a(int arg0, PlayerInventory arg1)
createContainer(int arg0, PlayerInventory arg1)
public DyeColor
k()
getColor()
method_11320()
m_clcclzjv()
getColor()
func_190592_s()