Uses of Enum Class
net.minecraft.command.permission.PermissionLevel
Packages that use PermissionLevel
Package
Description
-
Uses of PermissionLevel in net.minecraft.command.permission
Fields in net.minecraft.command.permission declared as PermissionLevelModifier and TypeFieldDescriptionprivate final PermissionLevelPermission.Level.levelThe field for thelevelrecord component.Fields in net.minecraft.command.permission with type parameters of type PermissionLevelModifier and TypeFieldDescriptionprivate static final IntFunction<PermissionLevel> PermissionLevel.BY_LEVELstatic final com.mojang.serialization.Codec<PermissionLevel> PermissionLevel.CODECstatic final com.mojang.serialization.Codec<PermissionLevel> PermissionLevel.NUMERIC_CODECMethods in net.minecraft.command.permission that return PermissionLevelModifier and TypeMethodDescriptionstatic PermissionLevelPermissionLevel.fromLevel(int level) LeveledPermissionPredicate.getLevel()Permission.Level.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.command.permission with parameters of type PermissionLevelModifier and TypeMethodDescriptionprivate static LeveledPermissionPredicateLeveledPermissionPredicate.create(PermissionLevel level) static LeveledPermissionPredicateLeveledPermissionPredicate.fromLevel(PermissionLevel level) booleanPermissionLevel.isAtLeast(PermissionLevel other) Constructors in net.minecraft.command.permission with parameters of type PermissionLevelModifierConstructorDescriptionLevel(PermissionLevel level) Creates an instance of aLevelrecord class. -
Uses of PermissionLevel in net.minecraft.server.dedicated.management.dispatch
Fields in net.minecraft.server.dedicated.management.dispatch with type parameters of type PermissionLevelModifier and TypeFieldDescriptionprivate final Optional<PermissionLevel> OperatorsRpcDispatcher.ConfigEntry.permissionLevelThe field for thepermissionLevelrecord component.private final Optional<PermissionLevel> OperatorsRpcDispatcher.RpcEntry.permissionLevelThe field for thepermissionLevelrecord component.Methods in net.minecraft.server.dedicated.management.dispatch that return PermissionLevelModifier and TypeMethodDescriptionstatic PermissionLevelPropertiesRpcDispatcher.getOperatorUserPermissionLevel(ManagementHandlerDispatcher dispatcher) static PermissionLevelPropertiesRpcDispatcher.setOperatorUserPermissionLevel(ManagementHandlerDispatcher dispatcher, PermissionLevel permissionLevel, ManagementConnectionId remote) Methods in net.minecraft.server.dedicated.management.dispatch that return types with arguments of type PermissionLevelModifier and TypeMethodDescriptionOperatorsRpcDispatcher.ConfigEntry.permissionLevel()Returns the value of thepermissionLevelrecord component.OperatorsRpcDispatcher.RpcEntry.permissionLevel()Returns the value of thepermissionLevelrecord component.Methods in net.minecraft.server.dedicated.management.dispatch with parameters of type PermissionLevelModifier and TypeMethodDescriptionstatic PermissionLevelPropertiesRpcDispatcher.setOperatorUserPermissionLevel(ManagementHandlerDispatcher dispatcher, PermissionLevel permissionLevel, ManagementConnectionId remote) Constructor parameters in net.minecraft.server.dedicated.management.dispatch with type arguments of type PermissionLevelModifierConstructorDescription(package private)ConfigEntry(PlayerConfigEntry user, Optional<PermissionLevel> permissionLevel, Optional<Boolean> bypassesPlayerLimit) Creates an instance of aConfigEntryrecord class.RpcEntry(RpcPlayer player, Optional<PermissionLevel> permissionLevel, Optional<Boolean> bypassesPlayerLimit) Creates an instance of aRpcEntryrecord class. -
Uses of PermissionLevel in net.minecraft.server.dedicated.management.handler
Method parameters in net.minecraft.server.dedicated.management.handler with type arguments of type PermissionLevelModifier and TypeMethodDescriptionvoidOperatorManagementHandler.addToOperators(PlayerConfigEntry player, Optional<PermissionLevel> permissionLevel, Optional<Boolean> canBypassPlayerLimit, ManagementConnectionId remote) voidOperatorManagementHandlerImpl.addToOperators(PlayerConfigEntry player, Optional<PermissionLevel> permissionLevel, Optional<Boolean> canBypassPlayerLimit, ManagementConnectionId remote) -
Uses of PermissionLevel in net.minecraft.server.dedicated.management.schema
Fields in net.minecraft.server.dedicated.management.schema with type parameters of type PermissionLevel