Class EntityTracker
java.lang.Object
net.raphimc.vialegacy.protocol.release.r1_5_2tor1_6_1.storage.EntityTracker
- All Implemented Interfaces:
com.viaversion.viaversion.api.connection.StorableObject
public class EntityTracker
extends Object
implements com.viaversion.viaversion.api.connection.StorableObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidremoveEntity(int entityId) voidsetPlayerID(int playerID) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.viaversion.viaversion.api.connection.StorableObject
onRemove
-
Constructor Details
-
EntityTracker
public EntityTracker()
-
-
Method Details
-
getPlayerID
public int getPlayerID() -
setPlayerID
public void setPlayerID(int playerID) -
removeEntity
public void removeEntity(int entityId) -
getTrackedEntities
-