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 RealmPermissionModifier and TypeFieldDescriptionstatic final List<RealmPermission> RealmPermission.ALL全部权限的有序列表,供菜单按固定顺序遍历使用Realm.RootRealmData.default_member_permissions成员默认权限覆盖:新成员加入领地时自动应用此权限集合。Member.permissionsMethods 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 that return types with arguments of type RealmPermissionMethods 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) Method parameters in com.mclds.plugins.realm with type arguments of type RealmPermissionModifier and TypeMethodDescriptionvoidRealm.setDefaultMemberPermissions(Set<RealmPermission> permissions) 设置领地默认成员权限(写入主领地)。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