Class OpCommand
java.lang.Object
net.minecraft.server.dedicated.command.OpCommand
- Mappings:
 Namespace Name official affintermediary net/minecraft/class_3083named net/minecraft/server/dedicated/command/OpCommand
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate static intop(ServerCommandSource source, Collection<com.mojang.authlib.GameProfile> targets) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)  
- 
Field Details
- 
ALREADY_OPPED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ALREADY_OPPED_EXCEPTION- Mappings:
 Namespace Name Mixin selector official aLaff;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_13667Lnet/minecraft/class_3083;field_13667:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named ALREADY_OPPED_EXCEPTIONLnet/minecraft/server/dedicated/command/OpCommand;ALREADY_OPPED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
 - 
 - 
Constructor Details
- 
OpCommand
public OpCommand() 
 - 
 - 
Method Details
- 
register
- Mappings:
 Namespace Name Mixin selector official aLaff;a(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_13464Lnet/minecraft/class_3083;method_13464(Lcom/mojang/brigadier/CommandDispatcher;)Vnamed registerLnet/minecraft/server/dedicated/command/OpCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
 - 
op
private static int op(ServerCommandSource source, Collection<com.mojang.authlib.GameProfile> targets) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
 Namespace Name Mixin selector official aLaff;a(Lds;Ljava/util/Collection;)Iintermediary method_13465Lnet/minecraft/class_3083;method_13465(Lnet/minecraft/class_2168;Ljava/util/Collection;)Inamed opLnet/minecraft/server/dedicated/command/OpCommand;op(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;)I
 
 -