Class WarpPlateCommand
java.lang.Object
com.pixelmonmod.pixelmon.command.PixelCommand
com.pixelmonmod.pixelmon.command.impl.WarpPlateCommand
Sets a warp plate's warp location to a specified location.
-
Constructor Summary
ConstructorDescriptionWarpPlateCommand
(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher) -
Method Summary
Methods inherited from class com.pixelmonmod.pixelmon.command.PixelCommand
executeCommand, getAliases, getName, getTabCompletions, getUsage, hasPermissionOtherTarget, setupTargetOrSourceAsTarget
-
Constructor Details
-
WarpPlateCommand
public WarpPlateCommand(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher)
-
-
Method Details
-
execute
public void execute(net.minecraft.commands.CommandSourceStack sender, String[] args) throws net.minecraft.commands.CommandRuntimeException - Overrides:
execute
in classPixelCommand
- Throws:
net.minecraft.commands.CommandRuntimeException
-