Interface ProtectPlayer
- All Superinterfaces:
com.github.angeschossen.pluginframework.api.limit.holder.LimitHolder,com.github.angeschossen.pluginframework.api.player.PlayerData,com.github.angeschossen.pluginframework.api.player.PlayerDataBase,ProtectOfflinePlayer
Represents players currently connected to your server.
-
Field Summary
Fields inherited from interface com.github.angeschossen.pluginframework.api.limit.holder.LimitHolder
LIMIT_DISPLAY_AS_UNLIMITED_BORDER -
Method Summary
Modifier and TypeMethodDescription@NotNull org.bukkit.entity.PlayerGet the Bukkit playerMethods inherited from interface com.github.angeschossen.pluginframework.api.limit.holder.LimitHolder
getLimit, getLimit, getLimitAsString, hasLimitPack, onLimitChanged, onLimitPackChanged, refreshLimitPackMethods inherited from interface com.github.angeschossen.pluginframework.api.player.PlayerData
getCommandSenderMethods inherited from interface com.github.angeschossen.pluginframework.api.player.PlayerDataBase
getBedrockGUILocale, getGUILocale, getLocale, getMessages, getName, getServer, getUUID, sendMessageMethods inherited from interface me.angeschossen.chestprotect.api.player.ProtectOfflinePlayer
delete, getBlockProtection, getBlockProtectionsAmount, getDefaultGroup, getEntityProtectionsAmount, getGroup, getGroups, getUID, hasData, hasFlag, toggleFlag
-
Method Details
-
getPlayer
@NotNull @NotNull org.bukkit.entity.Player getPlayer()Get the Bukkit player- Specified by:
getPlayerin interfacecom.github.angeschossen.pluginframework.api.player.PlayerData- Returns:
- Bukkit player object
-