Class SpawnedTracker
java.lang.Object
com.pixelmonmod.pixelmon.spawning.SpawnedTracker
Created by Jay113355 on 2/2/2021.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Created by Jay113355 on 2/2/2021. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addEntity
(net.minecraft.world.entity.Entity entity) boolean
boolean
boolean
containsEntity
(net.minecraft.world.entity.Entity entity) int
count()
int
Gets the SpawnedData from the entity UUID.boolean
boolean
boolean
removeEntity
(net.minecraft.world.entity.Entity entity) void
-
Constructor Details
-
SpawnedTracker
-
-
Method Details
-
get
Gets the SpawnedData from the entity UUID. -
add
-
remove
-
remove
-
contains
-
contains
-
count
public int count() -
addEntity
public void addEntity(net.minecraft.world.entity.Entity entity) -
removeEntity
public boolean removeEntity(net.minecraft.world.entity.Entity entity) -
containsEntity
public boolean containsEntity(net.minecraft.world.entity.Entity entity) -
removeNonExistent
public void removeNonExistent() -
countAllFlyingPoke
public int countAllFlyingPoke()
-