Class BukkitSignChestProtection
java.lang.Object
com.sk89q.worldguard.chest.SignChestProtection
com.sk89q.worldguard.bukkit.chest.BukkitSignChestProtection
- All Implemented Interfaces:
com.sk89q.worldguard.chest.ChestProtection
public class BukkitSignChestProtection
extends com.sk89q.worldguard.chest.SignChestProtection
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionisProtectedSign
(com.sk89q.worldedit.util.Location block, com.sk89q.worldguard.LocalPlayer player) Methods inherited from class com.sk89q.worldguard.chest.SignChestProtection
isAdjacentChestProtected, isProtected, isProtectedPlacement
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.sk89q.worldguard.chest.ChestProtection
isChest
-
Constructor Details
-
BukkitSignChestProtection
public BukkitSignChestProtection()
-
-
Method Details
-
isProtectedSign
public Boolean isProtectedSign(com.sk89q.worldedit.util.Location block, com.sk89q.worldguard.LocalPlayer player) - Specified by:
isProtectedSign
in classcom.sk89q.worldguard.chest.SignChestProtection
-