java.lang.Object
br.net.fabiozumbi12.RedProtect.Bukkit.hooks.WEHook

public class WEHook extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.bukkit.Location[]
    getWESelection(org.bukkit.entity.Player player)
     
    static Region
    pasteWithWE(org.bukkit.entity.Player p, File file)
     
    static void
    regenRegion(Region region, org.bukkit.World world, org.bukkit.Location p1, org.bukkit.Location p2, int delay, org.bukkit.command.CommandSender sender, boolean remove)
     
    static void
    setSelectionFromRP(org.bukkit.entity.Player p, org.bukkit.Location pos1, org.bukkit.Location pos2)
     
    static void
    setSelectionRP(org.bukkit.entity.Player p, org.bukkit.Location pos1, org.bukkit.Location pos2)
     
    static boolean
    undo(String rid)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WEHook

      public WEHook()
  • Method Details

    • undo

      public static boolean undo(String rid)
    • getWESelection

      public static org.bukkit.Location[] getWESelection(org.bukkit.entity.Player player)
    • setSelectionRP

      public static void setSelectionRP(org.bukkit.entity.Player p, org.bukkit.Location pos1, org.bukkit.Location pos2)
    • setSelectionFromRP

      public static void setSelectionFromRP(org.bukkit.entity.Player p, org.bukkit.Location pos1, org.bukkit.Location pos2)
    • pasteWithWE

      public static Region pasteWithWE(org.bukkit.entity.Player p, File file)
    • regenRegion

      public static void regenRegion(Region region, org.bukkit.World world, org.bukkit.Location p1, org.bukkit.Location p2, int delay, org.bukkit.command.CommandSender sender, boolean remove)