Class EvolutionStrategy
java.lang.Object
com.pixelmonmod.pixelmon.api.command.WikiCommandStrategy
com.pixelmonmod.pixelmon.command.impl.wiki.EvolutionStrategy
-
Field Summary
Fields inherited from class com.pixelmonmod.pixelmon.api.command.WikiCommandStrategy
ids
-
Constructor Summary
-
Method Summary
Methods inherited from class com.pixelmonmod.pixelmon.api.command.WikiCommandStrategy
matches
-
Constructor Details
-
EvolutionStrategy
public EvolutionStrategy()
-
-
Method Details
-
getPriority
public int getPriority()- Overrides:
getPriority
in classWikiCommandStrategy
-
getBanner
public Optional<net.minecraft.network.chat.Component> getBanner(net.minecraft.commands.CommandSourceStack sender, Pokemon pokemon, String[] args) - Overrides:
getBanner
in classWikiCommandStrategy
-
execute
public void execute(net.minecraft.commands.CommandSourceStack sender, Pokemon pokemon, String[] args) - Specified by:
execute
in classWikiCommandStrategy
-