Class Dispenser

All Implemented Interfaces:
Cloneable, Directional

@Deprecated(forRemoval=true, since="1.13") public class Dispenser extends FurnaceAndDispenser
Deprecated, for removal: This API element is subject to removal in a future version.
all usage of MaterialData is deprecated and subject to removal. Use BlockData.
Represents a dispenser.
  • Constructor Details

    • Dispenser

      public Dispenser()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • Dispenser

      public Dispenser(BlockFace direction)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • Dispenser

      public Dispenser(Material type)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • Dispenser

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