类 MaterialData
java.lang.Object
org.bukkit.material.MaterialData
- 所有已实现的接口:
Cloneable
- 直接已知子类:
Banner
,Bed
,Cake
,Cauldron
,Coal
,CocoaPlant
,Command
,Comparator
,Crops
,Diode
,DirectionalContainer
,Door
,Dye
,FlowerPot
,Gate
,Hopper
,LongGrass
,Mushroom
,NetherWarts
,Observer
,PistonBaseMaterial
,PistonExtensionMaterial
,PressurePlate
,Pumpkin
,Rails
,RedstoneWire
,Sandstone
,Sign
,SimpleAttachableMaterialData
,Skull
,SpawnEgg
,Stairs
,TexturedMaterial
,Tripwire
,Vine
,Wood
,Wool
已过时。
为某些物品或方块处理特定的元数据.
-
构造器详细资料
-
MaterialData
已过时。 -
MaterialData
已过时。不安全的参数- 参数:
type
- the typedata
- the raw data value
-
-
方法详细资料
-
getData
已过时。不安全的参数获取此物品的原始数据值.原文:Gets the raw data in this material
- 返回:
- 原始数据值
-
setData
已过时。不安全的参数设置此物品的原始数据值.原文:Sets the raw data of this material
- 参数:
data
- 原始数据值
-
getItemType
已过时。获取此MaterialData代表的Material.原文:Gets the Material that this MaterialData represents
- 返回:
- 此MaterialData代表的Material物品
-
toItemStack
已过时。该方法创建了一个堆叠数为0的物品堆,一般没什么用. 请考虑toItemStack(int)
.基于此MaterialData创建一个新的物品堆实例.原文:Creates a new ItemStack based on this MaterialData
- 返回:
- 包含此MaterialData所含数据的ItemStack实例
-
toItemStack
已过时。基于此MaterialData创建一个新的物品堆实例.原文:Creates a new ItemStack based on this MaterialData
- 参数:
amount
- 物品堆叠数量- 返回:
- 包含此MaterialData所含数据的ItemStack实例
-
toString
已过时。 -
hashCode
public int hashCode()已过时。 -
equals
已过时。 -
clone
已过时。
-
BlockData
.