public interface Container extends TileState, BlockInventoryHolder, Lockable, Nameable
Modifier and Type | Method and Description |
---|---|
@NotNull Inventory |
getInventory()
Gets the inventory of the block represented by this block state.
|
@NotNull Inventory |
getSnapshotInventory()
Gets the captured inventory snapshot of this container.
|
getPersistentDataContainer
getBlock, getBlockData, getChunk, getData, getLightLevel, getLocation, getLocation, getRawData, getType, getWorld, getX, getY, getZ, isPlaced, setBlockData, setData, setRawData, setType, update, update, update
getMetadata, hasMetadata, removeMetadata, setMetadata
getBlock
customName, customName, getCustomName, setCustomName
@NotNull @NotNull Inventory getInventory()
If the block was changed to a different type in the meantime, the returned inventory might no longer be valid.
If this block state is not placed this will return the captured inventory snapshot instead.
getInventory
in interface InventoryHolder
@NotNull @NotNull Inventory getSnapshotInventory()
The returned inventory is not linked to any block. Any modifications to
the returned inventory will not be applied to the block represented by
this block state up until BlockState.update(boolean, boolean)
has been
called.
Copyright © 2021. All rights reserved.