|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectminny.zephyrus.hooks.PluginHook
public class PluginHook
Zephyrus
| Field Summary | |
|---|---|
static net.milkbowl.vault.economy.Economy |
econ
|
| Constructor Summary | |
|---|---|
PluginHook()
|
|
| Method Summary | |
|---|---|
static boolean |
allowExplosion()
|
static boolean |
canBuild(org.bukkit.entity.Player player,
org.bukkit.block.Block block)
Checks if the player can build |
static boolean |
canBuild(org.bukkit.entity.Player player,
org.bukkit.Location loc)
Checks if the player can build |
static boolean |
economy()
Determines if Vault is installed |
static void |
hookEcon()
Hooks into Vault |
static void |
hookWG()
Hooks into WorldGuard |
static boolean |
worldGuard()
Determines if WorldGuard is installed |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static net.milkbowl.vault.economy.Economy econ
| Constructor Detail |
|---|
public PluginHook()
| Method Detail |
|---|
public static boolean worldGuard()
public static boolean economy()
public static void hookEcon()
public static void hookWG()
public static boolean canBuild(org.bukkit.entity.Player player,
org.bukkit.block.Block block)
player - The player in questionblock - The block in question
public static boolean canBuild(org.bukkit.entity.Player player,
org.bukkit.Location loc)
player - The player in questionblock - The location in question
public static boolean allowExplosion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||