Package net.minecraft.server.command
Class ReloadCommand
java.lang.Object
net.minecraft.server.command.ReloadCommand
public class ReloadCommand extends Object
- Mappings:
Namespace Name official ymintermediary net/minecraft/class_3097named net/minecraft/server/command/ReloadCommand
-
Field Summary
Fields Modifier and Type Field Description private static Loggerfield_25343 -
Constructor Summary
Constructors Constructor Description ReloadCommand() -
Method Summary
Modifier and Type Method Description private static Collection<String>method_29478(ResourcePackManager resourcePackManager, SaveProperties saveProperties, Collection<String> collection)static voidmethod_29480(Collection<String> collection, ServerCommandSource serverCommandSource)static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Field Details
-
field_25343
- Mappings:
Namespace Name Mixin selector official aLym;a:Lorg/apache/logging/log4j/Logger;intermediary field_25343Lnet/minecraft/class_3097;field_25343:Lorg/apache/logging/log4j/Logger;named field_25343Lnet/minecraft/server/command/ReloadCommand;field_25343:Lorg/apache/logging/log4j/Logger;
-
-
Constructor Details
-
ReloadCommand
public ReloadCommand()
-
-
Method Details
-
method_29480
public static void method_29480(Collection<String> collection, ServerCommandSource serverCommandSource)- Mappings:
Namespace Name Mixin selector official aLym;a(Ljava/util/Collection;Ldb;)Vintermediary method_29480Lnet/minecraft/class_3097;method_29480(Ljava/util/Collection;Lnet/minecraft/class_2168;)Vnamed method_29480Lnet/minecraft/server/command/ReloadCommand;method_29480(Ljava/util/Collection;Lnet/minecraft/server/command/ServerCommandSource;)V
-
method_29478
private static Collection<String> method_29478(ResourcePackManager resourcePackManager, SaveProperties saveProperties, Collection<String> collection)- Mappings:
Namespace Name Mixin selector official aLym;a(Lacm;Ldeb;Ljava/util/Collection;)Ljava/util/Collection;intermediary method_29478Lnet/minecraft/class_3097;method_29478(Lnet/minecraft/class_3283;Lnet/minecraft/class_5219;Ljava/util/Collection;)Ljava/util/Collection;named method_29478Lnet/minecraft/server/command/ReloadCommand;method_29478(Lnet/minecraft/resource/ResourcePackManager;Lnet/minecraft/world/SaveProperties;Ljava/util/Collection;)Ljava/util/Collection;
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)- Mappings:
Namespace Name Mixin selector official aLym;a(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_13529Lnet/minecraft/class_3097;method_13529(Lcom/mojang/brigadier/CommandDispatcher;)Vnamed registerLnet/minecraft/server/command/ReloadCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-