public interface Chest extends Container, Nameable
| 限定符和类型 | 方法和说明 |
|---|---|
Inventory |
getBlockInventory()
返回箱子类型的物品栏.
|
getInventory, getSnapshotInventorygetBlock, getChunk, getData, getLightLevel, getLocation, getLocation, getRawData, getType, getTypeId, getWorld, getX, getY, getZ, isPlaced, setData, setRawData, setType, setTypeId, update, update, updategetMetadata, hasMetadata, removeMetadata, setMetadatagetCustomName, setCustomNameInventory getBlockInventory()
如果这是大型箱子,将返回与此箱子对应的一半.
如果方块状态未应用(译注:仅仅是一种表示而未应用到实际的方块上)本方法将返回物品栏快照.
原文: Gets the inventory of the chest block represented by this block state.
If the chest is a double chest, it returns just the portion of the inventory linked to the half of the chest corresponding to this block state.
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.