Class CurryCheckSpawns
java.lang.Object
com.pixelmonmod.pixelmon.api.spawning.calculators.CurryCheckSpawns
- All Implemented Interfaces:
CheckSpawns
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkSpawns
(AbstractSpawner spawner, net.minecraft.commands.CommandSourceStack sender, List<String> arguments) Executes /checkspawns directly from the command.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.pixelmonmod.pixelmon.api.spawning.calculators.CheckSpawns
generateMessages
-
Constructor Details
-
CurryCheckSpawns
public CurryCheckSpawns()
-
-
Method Details
-
getPermissionNode
- Specified by:
getPermissionNode
in interfaceCheckSpawns
-
checkSpawns
public void checkSpawns(AbstractSpawner spawner, net.minecraft.commands.CommandSourceStack sender, List<String> arguments) Description copied from interface:CheckSpawns
Executes /checkspawns directly from the command.- Specified by:
checkSpawns
in interfaceCheckSpawns
-