程序包 org.bukkit.block
接口 ShulkerBox
- 所有超级接口:
BlockInventoryHolder
,BlockState
,Container
,InventoryHolder
,Lidded
,Lockable
,Lootable
,Metadatable
,Nameable
,PersistentDataHolder
,TileState
代表潜影盒方块状态.
-
方法概要
从接口继承的方法 org.bukkit.inventory.BlockInventoryHolder
getBlock
从接口继承的方法 org.bukkit.block.BlockState
copy, copy, getBlock, getBlockData, getChunk, getData, getLightLevel, getLocation, getLocation, getRawData, getType, getWorld, getX, getY, getZ, isPlaced, setBlockData, setData, setRawData, setType, update, update, update
从接口继承的方法 org.bukkit.block.Container
getInventory, getSnapshotInventory
从接口继承的方法 org.bukkit.loot.Lootable
getLootTable, getSeed, setLootTable, setSeed
从接口继承的方法 org.bukkit.metadata.Metadatable
getMetadata, hasMetadata, removeMetadata, setMetadata
从接口继承的方法 org.bukkit.Nameable
getCustomName, setCustomName
从接口继承的方法 org.bukkit.block.TileState
getPersistentDataContainer
-
方法详细资料
-
getColor
- 返回:
- 潜影盒的
颜色
, 如为默认则返回 null
-