Class MonsterEggs

java.lang.Object
All Implemented Interfaces:
java.lang.Cloneable

public class MonsterEggs
extends TexturedMaterial
Represents the different types of monster eggs
  • Constructor Details

    • MonsterEggs

      public MonsterEggs()
    • MonsterEggs

      @Deprecated public MonsterEggs​(int type)
      Deprecated.
      Magic value
      Parameters:
      type - the raw type id
    • MonsterEggs

      public MonsterEggs​(Material type)
    • MonsterEggs

      @Deprecated public MonsterEggs​(int type, byte data)
      Deprecated.
      Magic value
      Parameters:
      type - the raw type id
      data - the raw data value
    • MonsterEggs

      @Deprecated public MonsterEggs​(Material type, byte data)
      Deprecated.
      Magic value
      Parameters:
      type - the type
      data - the raw data value
  • Method Details