Class OpCommand
java.lang.Object
net.minecraft.server.dedicated.command.OpCommand
- Mappings:
 Namespace Name named net/minecraft/server/dedicated/command/OpCommandintermediary net/minecraft/class_3083official apc
- 
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 named ALREADY_OPPED_EXCEPTIONLnet/minecraft/server/dedicated/command/OpCommand;ALREADY_OPPED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_13667Lnet/minecraft/class_3083;field_13667:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;official aLapc;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
 - 
 - 
Constructor Details
- 
OpCommand
public OpCommand() 
 - 
 - 
Method Details
- 
register
- Mappings:
 Namespace Name Mixin selector named registerLnet/minecraft/server/dedicated/command/OpCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_13464Lnet/minecraft/class_3083;method_13464(Lcom/mojang/brigadier/CommandDispatcher;)Vofficial aLapc;a(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 named opLnet/minecraft/server/dedicated/command/OpCommand;op(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;)Iintermediary method_13465Lnet/minecraft/class_3083;method_13465(Lnet/minecraft/class_2168;Ljava/util/Collection;)Iofficial aLapc;a(Lek;Ljava/util/Collection;)I
 
 -