Class PardonCommand
java.lang.Object
net.minecraft.server.dedicated.command.PardonCommand
- Mappings:
- Namespace - Name - official - afg- intermediary - net/minecraft/class_3086- named - net/minecraft/server/dedicated/command/PardonCommand
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static intpardon(ServerCommandSource source, Collection<com.mojang.authlib.GameProfile> targets) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) 
- 
Field Details- 
ALREADY_UNBANNED_EXCEPTIONprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ALREADY_UNBANNED_EXCEPTION- Mappings:
- Namespace - Name - Mixin selector - official - a- Lafg;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- intermediary - field_13669- Lnet/minecraft/class_3086;field_13669:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;- named - ALREADY_UNBANNED_EXCEPTION- Lnet/minecraft/server/dedicated/command/PardonCommand;ALREADY_UNBANNED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
 
- 
- 
Constructor Details- 
PardonCommandpublic PardonCommand()
 
- 
- 
Method Details- 
register- Mappings:
- Namespace - Name - Mixin selector - official - a- Lafg;a(Lcom/mojang/brigadier/CommandDispatcher;)V- intermediary - method_13472- Lnet/minecraft/class_3086;method_13472(Lcom/mojang/brigadier/CommandDispatcher;)V- named - register- Lnet/minecraft/server/dedicated/command/PardonCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
 
- 
pardonprivate static int pardon(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 - a- Lafg;a(Lds;Ljava/util/Collection;)I- intermediary - method_13473- Lnet/minecraft/class_3086;method_13473(Lnet/minecraft/class_2168;Ljava/util/Collection;)I- named - pardon- Lnet/minecraft/server/dedicated/command/PardonCommand;pardon(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;)I
 
 
-