Package net.minecraft.server.command
Class ReloadCommand
java.lang.Object
net.minecraft.server.command.ReloadCommand
public class ReloadCommand extends Object
-
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
-
-
Constructor Details
-
ReloadCommand
public ReloadCommand()
-
-
Method Details
-
method_29480
public static void method_29480(Collection<String> collection, ServerCommandSource serverCommandSource) -
method_29478
private static Collection<String> method_29478(ResourcePackManager resourcePackManager, SaveProperties saveProperties, Collection<String> collection) -
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-