Class BlockObject

java.lang.Object
com.palmergames.bukkit.towny.regen.block.BlockObject

public class BlockObject extends Object
Author:
ElgarL
  • Constructor Details

    • BlockObject

      public BlockObject(String key)
  • Method Details

    • getMaterial

      public org.bukkit.Material getMaterial()
    • getBlockData

      public org.bukkit.block.data.BlockData getBlockData()
    • setBlockData

      public void setBlockData(org.bukkit.block.data.BlockData blockData)
    • getLocation

      public BlockLocation getLocation()
      Returns:
      the location
    • setLocation

      public void setLocation(org.bukkit.Location loc)
      Parameters:
      loc - the location to set