Package net.minecraft.command
Interface PermissionLevelSource
- All Known Subinterfaces:
AbstractServerCommandSource<T>
- All Known Implementing Classes:
ClientCommandSource
,ServerCommandSource
public interface PermissionLevelSource
- Mappings:
Namespace Name named net/minecraft/command/PermissionLevelSource
intermediary net/minecraft/class_11456
official ep
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
-
Method Summary
-
Method Details
-
hasPermissionLevel
boolean hasPermissionLevel(int level) - Mappings:
Namespace Name Mixin selector named hasPermissionLevel
Lnet/minecraft/command/PermissionLevelSource;hasPermissionLevel(I)Z
intermediary method_9259
Lnet/minecraft/class_11456;method_9259(I)Z
official c
Lep;c(I)Z
-
hasElevatedPermissions
default boolean hasElevatedPermissions()- Mappings:
Namespace Name Mixin selector named hasElevatedPermissions
Lnet/minecraft/command/PermissionLevelSource;hasElevatedPermissions()Z
intermediary method_71775
Lnet/minecraft/class_11456;method_71775()Z
official c_
Lep;c_()Z
-