Class Door

    • Constructor Summary

      Constructors 
      Constructor Description
      Door()
      Deprecated.
      Artifact of old API, equivalent to new Door(Material.LEGACY_WOODEN_DOOR);
      Door​(Material type)
      Deprecated.
       
      Door​(Material type, boolean isHingeRight)
      Deprecated.
      Constructs the top half of door of the given material type and with the hinge on the left or right
      Door​(Material type, byte data)
      Deprecated.
      Magic value
      Door​(Material type, BlockFace face)
      Deprecated.
      Constructs the bottom half of a door of the given material type, facing the specified direction and set to closed
      Door​(Material type, BlockFace face, boolean isOpen)
      Deprecated.
      Constructs the bottom half of a door of the given material type, facing the specified direction and set to open or closed
      Door​(TreeSpecies species, boolean isHingeRight)
      Deprecated.
      Constructs the top half of a wooden door of the given species and with the hinge on the left or right
      Door​(TreeSpecies species, BlockFace face)
      Deprecated.
      Constructs the bottom half of a wooden door of the given species, facing the specified direction and set to closed
      Door​(TreeSpecies species, BlockFace face, boolean isOpen)
      Deprecated.
      Constructs the bottom half of a wooden door of the given species, facing the specified direction and set to open or closed