Uses of Enum Class
net.minecraft.server.permissions.PermissionLevel
Packages that use PermissionLevel
Package
Description
-
Uses of PermissionLevel in net.minecraft.server.jsonrpc.api
Fields in net.minecraft.server.jsonrpc.api with type parameters of type PermissionLevelModifier and TypeFieldDescriptionstatic final Schema<PermissionLevel> Schema.PERMISSION_LEVEL_SCHEMA -
Uses of PermissionLevel in net.minecraft.server.jsonrpc.internalapi
Method parameters in net.minecraft.server.jsonrpc.internalapi with type arguments of type PermissionLevelModifier and TypeMethodDescriptionvoidMinecraftOperatorListService.op(NameAndId nameAndId, Optional<PermissionLevel> permissionLevel, Optional<Boolean> canBypassPlayerLimit, ClientInfo clientInfo) voidMinecraftOperatorListServiceImpl.op(NameAndId nameAndId, Optional<PermissionLevel> permissionLevel, Optional<Boolean> canBypassPlayerLimit, ClientInfo clientInfo) -
Uses of PermissionLevel in net.minecraft.server.jsonrpc.methods
Fields in net.minecraft.server.jsonrpc.methods with type parameters of type PermissionLevelModifier and TypeFieldDescriptionprivate final Optional<PermissionLevel> OperatorService.Op.permissionLevelThe field for thepermissionLevelrecord component.private final Optional<PermissionLevel> OperatorService.OperatorDto.permissionLevelThe field for thepermissionLevelrecord component.Methods in net.minecraft.server.jsonrpc.methods that return PermissionLevelModifier and TypeMethodDescriptionstatic PermissionLevelServerSettingsService.operatorUserPermissionLevel(MinecraftApi minecraftApi) static PermissionLevelServerSettingsService.setOperatorUserPermissionLevel(MinecraftApi minecraftApi, PermissionLevel level, ClientInfo clientInfo) Methods in net.minecraft.server.jsonrpc.methods that return types with arguments of type PermissionLevelModifier and TypeMethodDescriptionOperatorService.Op.permissionLevel()Returns the value of thepermissionLevelrecord component.OperatorService.OperatorDto.permissionLevel()Returns the value of thepermissionLevelrecord component.Methods in net.minecraft.server.jsonrpc.methods with parameters of type PermissionLevelModifier and TypeMethodDescriptionstatic PermissionLevelServerSettingsService.setOperatorUserPermissionLevel(MinecraftApi minecraftApi, PermissionLevel level, ClientInfo clientInfo) Constructor parameters in net.minecraft.server.jsonrpc.methods with type arguments of type PermissionLevelModifierConstructorDescription(package private)Op(NameAndId user, Optional<PermissionLevel> permissionLevel, Optional<Boolean> bypassesPlayerLimit) Creates an instance of aOprecord class.OperatorDto(PlayerDto player, Optional<PermissionLevel> permissionLevel, Optional<Boolean> bypassesPlayerLimit) Creates an instance of aOperatorDtorecord class. -
Uses of PermissionLevel in net.minecraft.server.permissions
Subclasses with type arguments of type PermissionLevel in net.minecraft.server.permissionsFields in net.minecraft.server.permissions declared as PermissionLevelModifier and TypeFieldDescriptionprivate final PermissionLevelPermission.HasCommandLevel.levelThe field for thelevelrecord component.Fields in net.minecraft.server.permissions with type parameters of type PermissionLevelModifier and TypeFieldDescriptionprivate static final IntFunction<PermissionLevel> PermissionLevel.BY_IDstatic final com.mojang.serialization.Codec<PermissionLevel> PermissionLevel.CODECstatic final com.mojang.serialization.Codec<PermissionLevel> PermissionLevel.INT_CODECMethods in net.minecraft.server.permissions that return PermissionLevelModifier and TypeMethodDescriptionstatic PermissionLevelPermissionLevel.byId(int level) LevelBasedPermissionSet.level()Permission.HasCommandLevel.level()Returns the value of thelevelrecord component.static PermissionLevelReturns the enum constant of this class with the specified name.static PermissionLevel[]PermissionLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.server.permissions with parameters of type PermissionLevelModifier and TypeMethodDescriptionprivate static LevelBasedPermissionSetLevelBasedPermissionSet.create(PermissionLevel level) static LevelBasedPermissionSetLevelBasedPermissionSet.forLevel(PermissionLevel level) booleanPermissionLevel.isEqualOrHigherThan(PermissionLevel other) Constructors in net.minecraft.server.permissions with parameters of type PermissionLevelModifierConstructorDescriptionHasCommandLevel(PermissionLevel level) Creates an instance of aHasCommandLevelrecord class.