Class ChestProtectAddonExample
java.lang.Object
me.angeschossen.chestprotect.api.addons.ChestProtectAddonExample
Deprecated.
Use
ChestProtectAPI instead.-
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Disable your addon.booleanisProtected(org.bukkit.Location location) Deprecated.Check if block is protected.
-
Method Details
-
isProtected
public boolean isProtected(org.bukkit.Location location) Deprecated.Check if block is protected.- Parameters:
location- Location- Returns:
- true, if protected
-
disableChestProtectAddon
public void disableChestProtectAddon()Deprecated.Disable your addon. For example, if plugin disables.
-