Class PlayerTrackingCheckSpawns
java.lang.Object
com.pixelmonmod.pixelmon.api.spawning.archetypes.algorithms.checkspawns.PlayerTrackingCheckSpawns
- All Implemented Interfaces:
CheckSpawns
A /checkspawns for the regular
PlayerTrackingSpawner. It perfectly simulates a regular
spawn cycle of the target's/sender's spawner and uses that spawner's selection algorithm to
create all information.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckSpawns(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, waitMethods inherited from interface com.pixelmonmod.pixelmon.api.spawning.calculators.CheckSpawns
generateMessages, getPermissionNode
-
Constructor Details
-
PlayerTrackingCheckSpawns
public PlayerTrackingCheckSpawns()
-
-
Method Details
-
checkSpawns
public void checkSpawns(AbstractSpawner spawner, net.minecraft.commands.CommandSourceStack sender, List<String> arguments) Description copied from interface:CheckSpawnsExecutes /checkspawns directly from the command.- Specified by:
checkSpawnsin interfaceCheckSpawns
-