Class SpawnedTracker
java.lang.Object
com.pixelmonmod.pixelmon.spawning.SpawnedTracker
Created by Jay113355 on 2/2/2021.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCreated by Jay113355 on 2/2/2021. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddEntity(net.minecraft.world.entity.Entity entity) booleanbooleanbooleancontainsEntity(net.minecraft.world.entity.Entity entity) intcount()intGets the SpawnedData from the entity UUID.booleanbooleanbooleanremoveEntity(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()
-