Class VDCCommand
- java.lang.Object
-
- com.therandomlabs.vanilladeathchest.command.VDCCommand
-
public final class VDCCommand extends Object
The command that reloads the VanillaDeathChest configuration.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidregister(com.mojang.brigadier.CommandDispatcher<net.minecraft.server.command.ServerCommandSource> dispatcher, boolean dedicated)Registers the command that reloads the VanillaDeathChest configuration.
-
-
-
Method Detail
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<net.minecraft.server.command.ServerCommandSource> dispatcher, boolean dedicated)Registers the command that reloads the VanillaDeathChest configuration.- Parameters:
dispatcher- theCommandDispatcher.dedicated- whether the server is dedicated.
-
-