Class Landlord4Provider
java.lang.Object
net.sacredlabyrinth.phaed.simpleclans.hooks.protection.providers.Landlord4Provider
- All Implemented Interfaces:
ProtectionProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteLand(@NotNull String id, @NotNull org.bukkit.World world) @Nullable Class<? extends org.bukkit.event.Event> @NotNull StringgetLandsAt(@NotNull org.bukkit.Location location) getLandsOf(@NotNull org.bukkit.OfflinePlayer player, @NotNull org.bukkit.World world) @Nullable org.bukkit.entity.PlayergetPlayer(org.bukkit.event.Event event) @Nullable Stringvoidsetup()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sacredlabyrinth.phaed.simpleclans.hooks.protection.ProtectionProvider
register
-
Constructor Details
-
Landlord4Provider
public Landlord4Provider()
-
-
Method Details
-
setup
- Specified by:
setupin interfaceProtectionProvider- Throws:
LinkageErrorException
-
getLandsAt
- Specified by:
getLandsAtin interfaceProtectionProvider
-
getLandsOf
@NotNull public @NotNull Set<Land> getLandsOf(@NotNull @NotNull org.bukkit.OfflinePlayer player, @NotNull @NotNull org.bukkit.World world) - Specified by:
getLandsOfin interfaceProtectionProvider
-
getIdPrefix
- Specified by:
getIdPrefixin interfaceProtectionProvider
-
deleteLand
- Specified by:
deleteLandin interfaceProtectionProvider
-
getCreateLandEvent
- Specified by:
getCreateLandEventin interfaceProtectionProvider
-
getPlayer
@Nullable public @Nullable org.bukkit.entity.Player getPlayer(org.bukkit.event.Event event) - Specified by:
getPlayerin interfaceProtectionProvider
-
getRequiredPluginName
- Specified by:
getRequiredPluginNamein interfaceProtectionProvider
-