Class Gate

java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.Gate
All Implemented Interfaces:
java.lang.Cloneable, Directional, Openable

public class Gate
extends MaterialData
implements Directional, Openable
Represents a fence gate
  • Constructor Details

    • Gate

      public Gate()
    • Gate

      public Gate​(int type, byte data)
    • Gate

      public Gate​(byte data)
  • Method Details