Class TierShow
java.lang.Object
com.pixelmonmod.pixelmon.command.PixelCommand
com.pixelmonmod.pixelmon.command.impl.TierShow
Shows a list of Pokémon in a tier.
-
Constructor Summary
ConstructorDescriptionTierShow
(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher) -
Method Summary
Methods inherited from class com.pixelmonmod.pixelmon.command.PixelCommand
executeCommand, getAliases, getTabCompletions, hasPermissionOtherTarget, setupTargetOrSourceAsTarget
-
Constructor Details
-
TierShow
public TierShow(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher)
-
-
Method Details
-
getName
- Overrides:
getName
in classPixelCommand
-
getUsage
- Overrides:
getUsage
in classPixelCommand
-
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
-