Package org.bukkit.material
Class MonsterEggs
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.TexturedMaterial
org.bukkit.material.MonsterEggs
- All Implemented Interfaces:
 Cloneable
@Deprecated public class MonsterEggs extends TexturedMaterial
Deprecated.
all usage of MaterialData is deprecated and subject to removal.
 Use 
BlockData.Represents the different types of monster eggs
- 
Constructor Summary
Constructors Constructor Description MonsterEggs()Deprecated.MonsterEggs(Material type)Deprecated.MonsterEggs(Material type, byte data)Deprecated.Magic value - 
Method Summary
Modifier and Type Method Description MonsterEggsclone()Deprecated.List<Material>getTextures()Deprecated.Retrieve a list of possible textures.Methods inherited from class org.bukkit.material.TexturedMaterial
getMaterial, getTextureIndex, setMaterial, setTextureIndex, toStringMethods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack 
- 
Constructor Details
- 
MonsterEggs
public MonsterEggs()Deprecated. - 
MonsterEggs
Deprecated. - 
MonsterEggs
Deprecated.Magic value- Parameters:
 type- the typedata- the raw data value
 
 - 
 - 
Method Details
- 
getTextures
Deprecated.Description copied from class:TexturedMaterialRetrieve a list of possible textures. The first element of the list will be used as a default.- Specified by:
 getTexturesin classTexturedMaterial- Returns:
 - a list of possible textures for this block
 
 - 
clone
Deprecated.- Overrides:
 clonein classTexturedMaterial
 
 -