类 MonsterEggs
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.TexturedMaterial
org.bukkit.material.MonsterEggs
- 所有已实现的接口:
Cloneable
代表不同种类的刷怪蛋
-
构造器概要
构造器说明MonsterEggs
(int type) 已过时。不安全的参数MonsterEggs
(int type, byte data) 已过时。不安全的参数MonsterEggs
(Material type) MonsterEggs
(Material type, byte data) 已过时。不安全的参数 -
方法概要
从类继承的方法 org.bukkit.material.TexturedMaterial
getMaterial, getTextureIndex, setMaterial, setTextureIndex, toString
从类继承的方法 org.bukkit.material.MaterialData
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack
-
构造器详细资料
-
MonsterEggs
public MonsterEggs() -
MonsterEggs
已过时。不安全的参数- 参数:
type
- the raw type id
-
MonsterEggs
-
MonsterEggs
已过时。不安全的参数- 参数:
type
- the raw type iddata
- the raw data
-
MonsterEggs
已过时。不安全的参数- 参数:
type
- the typedata
- the raw data
-
-
方法详细资料
-
getTextures
从类复制的说明:TexturedMaterial
检索可能的材质列表.列表的第一个元素将用来作为缺省值.原文:Retrieve a list of possible textures. The first element of the list will be used as a default.
- 指定者:
getTextures
在类中TexturedMaterial
- 返回:
- 这个方块可能的材质列表
-
clone
- 覆盖:
clone
在类中TexturedMaterial
-