Uses of Enum Class
com.mclds.plugins.realm.RealmPermission
Packages that use RealmPermission
-
Uses of RealmPermission in com.mclds.plugins.realm
Fields in com.mclds.plugins.realm with type parameters of type RealmPermissionMethods in com.mclds.plugins.realm that return RealmPermissionModifier and TypeMethodDescriptionstatic RealmPermissionReturns the enum constant of this class with the specified name.static RealmPermission[]RealmPermission.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mclds.plugins.realm with parameters of type RealmPermissionModifier and TypeMethodDescriptionbooleanRealmPlugin.checkPlayerPermission(Realm realm, org.bukkit.entity.Player player, RealmPermission permission) booleanRealmPlugin.checkPlayerPermission(Realm realm, org.bukkit.entity.Player player, RealmPermission permission, boolean showWarnActionBar) booleanRealm.isMemberHasPermission(org.bukkit.OfflinePlayer member, RealmPermission permission) voidRealmPlugin.showPermissionAlert(org.bukkit.entity.Player player, RealmPermission permission) Constructor parameters in com.mclds.plugins.realm with type arguments of type RealmPermission -
Uses of RealmPermission in com.mclds.plugins.server.plugins.guis.realm
Fields in com.mclds.plugins.server.plugins.guis.realm with type parameters of type RealmPermissionModifier and TypeFieldDescriptionstatic List<RealmPermission> RealmMemberManageGui.PERMISSIONS_LIST