public class DayCareStrategy extends WikiCommandStrategy
ids
Constructor and Description |
---|
DayCareStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
execute(net.minecraft.command.CommandSource sender,
Pokemon pokemon,
java.lang.String[] args) |
java.util.Optional<net.minecraft.util.text.ITextComponent> |
getBanner(net.minecraft.command.CommandSource sender,
Pokemon pokemon,
java.lang.String[] args) |
int |
getPriority() |
matches
public int getPriority()
getPriority
in class WikiCommandStrategy
public java.util.Optional<net.minecraft.util.text.ITextComponent> getBanner(net.minecraft.command.CommandSource sender, Pokemon pokemon, java.lang.String[] args)
getBanner
in class WikiCommandStrategy
public void execute(net.minecraft.command.CommandSource sender, Pokemon pokemon, java.lang.String[] args)
execute
in class WikiCommandStrategy