Class StructureTool

java.lang.Object
redempt.redlib.dev.StructureTool
All Implemented Interfaces:
org.bukkit.event.Listener

public class StructureTool extends Object implements org.bukkit.event.Listener
  • Method Details

    • getTool

      public static org.bukkit.inventory.ItemStack getTool()
    • enable

      public static StructureTool enable()
    • onInteract

      public void onInteract(org.bukkit.event.player.PlayerInteractEvent e)
    • giveWand

      public void giveWand(org.bukkit.entity.Player player)
    • createStructure

      public void createStructure(org.bukkit.entity.Player player, String name)
    • skip

      public void skip(org.bukkit.entity.Player player, org.bukkit.Material type)
    • export

      public void export(org.bukkit.entity.Player player, String filename)
    • importStructure

      public void importStructure(org.bukkit.entity.Player player, String filename) throws IOException
      Throws:
      IOException
    • build

      public void build(org.bukkit.entity.Player player, int rotation, boolean mirror)