Uses of Class
engine.entity.Entity
Packages that use Entity
Package
Description
-
Uses of Entity in engine.entity
Subclasses of Entity in engine.entityFields in engine.entity declared as EntityMethods in engine.entity that return EntityMethods in engine.entity that return types with arguments of type EntityMethods in engine.entity with parameters of type EntityModifier and TypeMethodDescriptionintabstract voidfinal voidfinal voidprivate voidabstract voidConstructors in engine.entity with parameters of type Entity -
Uses of Entity in engine.entity.abilities
Methods in engine.entity.abilities with parameters of type Entity -
Uses of Entity in engine.entity.entities
Subclasses of Entity in engine.entity.entitiesModifier and TypeClassDescriptionfinal classclassclassclassclassclassclassFields in engine.entity.entities declared as EntityMethods in engine.entity.entities that return EntityModifier and TypeMethodDescriptionMultiState.get()private EntityMultiState.getType(Entities type, engine.Room room, processing.core.PImage img, Move move, Ability[] abilities, int[][] colorLayers, int[] colorTints, boolean isTangible, boolean isBreakable) Methods in engine.entity.entities with parameters of type EntityModifier and TypeMethodDescriptionstatic InteractionInteraction.createInteraction(engine.Room r, Move m, Entity e, Ability a, Triggers t) Constructors in engine.entity.entities with parameters of type EntityModifierConstructorDescriptionInteraction(float x, float y, float w, float h, Entity i, Ability a, Triggers t) Projectile(float x, float y, float w, float h, Entity caster) -
Uses of Entity in engine.entity.movement
Methods in engine.entity.movement with parameters of type Entity -
Uses of Entity in engine.util
Methods in engine.util with type parameters of type Entity