Uses of Class
org.collebol.shared.objects.entity.Entity
Packages that use Entity
-
Uses of Entity in org.collebol.game
Methods in org.collebol.game that return EntityModifier and TypeMethodDescriptionRetrieves an entity from the game register based on its UUID.GameRegister.removeEntity(UUID uuid) Removes an entity from the game register based on its UUID.Methods in org.collebol.game with parameters of type EntityModifier and TypeMethodDescriptionvoidGameRegister.registerEntity(Entity entity) Registers an entity to the game register.