Class WikiCommand
java.lang.Object
com.pixelmonmod.pixelmon.command.PixelCommand
com.pixelmonmod.pixelmon.command.impl.wiki.WikiCommand
- 
Constructor Summary
ConstructorsConstructorDescriptionWikiCommand(com.mojang.brigadier.CommandDispatcher<net.minecraft.commands.CommandSourceStack> dispatcher)  - 
Method Summary
Methods inherited from class com.pixelmonmod.pixelmon.command.PixelCommand
executeCommand, getAliases, getName, getUsage, hasPermissionOtherTarget, setupTargetOrSourceAsTarget 
- 
Constructor Details
- 
WikiCommand
public WikiCommand(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, com.mojang.brigadier.exceptions.CommandSyntaxException - Overrides:
 executein classPixelCommand- Throws:
 net.minecraft.commands.CommandRuntimeExceptioncom.mojang.brigadier.exceptions.CommandSyntaxException
 - 
getTabCompletions
public List<String> getTabCompletions(net.minecraft.server.MinecraftServer server, net.minecraft.commands.CommandSourceStack sender, String[] args, net.minecraft.core.BlockPos pos) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Overrides:
 getTabCompletionsin classPixelCommand- Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException
 
 -