org.bukkit.material
Class MonsterEggs
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.TexturedMaterial
org.bukkit.material.MonsterEggs
- All Implemented Interfaces:
- Cloneable
public class MonsterEggs
- extends TexturedMaterial
Represents the different types of monster eggs
MonsterEggs
public MonsterEggs()
MonsterEggs
public MonsterEggs(int type)
MonsterEggs
public MonsterEggs(Material type)
MonsterEggs
public MonsterEggs(int type,
byte data)
MonsterEggs
public MonsterEggs(Material type,
byte data)
getTextures
public List<Material> getTextures()
- Description copied from class:
TexturedMaterial
- Retrieve a list of possible textures. The first element of the list will be used as a default.
- Specified by:
getTextures
in class TexturedMaterial
- Returns:
- a list of possible textures for this block
clone
public MonsterEggs clone()
- Overrides:
clone
in class TexturedMaterial
Copyright © 2013. All Rights Reserved.