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/PermissionLevelSourceintermediary net/minecraft/class_11456official 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 hasPermissionLevelLnet/minecraft/command/PermissionLevelSource;hasPermissionLevel(I)Zintermediary method_9259Lnet/minecraft/class_11456;method_9259(I)Zofficial cLep;c(I)Z
 - 
hasElevatedPermissions
default boolean hasElevatedPermissions()- Mappings:
 Namespace Name Mixin selector named hasElevatedPermissionsLnet/minecraft/command/PermissionLevelSource;hasElevatedPermissions()Zintermediary method_71775Lnet/minecraft/class_11456;method_71775()Zofficial c_Lep;c_()Z
 
 -