Package org.cyclops.cyclopscore.command
Class CommandReloadResources
java.lang.Object
org.cyclops.cyclopscore.command.CommandReloadResources
- All Implemented Interfaces:
com.mojang.brigadier.Command<net.minecraft.commands.CommandSourceStack>
public class CommandReloadResources
extends Object
implements com.mojang.brigadier.Command<net.minecraft.commands.CommandSourceStack>
Command for reloading the current resourcepack
-
Field Summary
Fields inherited from interface com.mojang.brigadier.Command
SINGLE_SUCCESS
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CommandReloadResources
public CommandReloadResources()
-
-
Method Details
-
run
public int run(com.mojang.brigadier.context.CommandContext<net.minecraft.commands.CommandSourceStack> context) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
run
in interfacecom.mojang.brigadier.Command<net.minecraft.commands.CommandSourceStack>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
make
public static com.mojang.brigadier.builder.LiteralArgumentBuilder<net.minecraft.commands.CommandSourceStack> make()
-