Uses of Class
engine.entity.AbstractEntity
Packages that use AbstractEntity
Package
Description
-
Uses of AbstractEntity in engine
Fields in engine with type parameters of type AbstractEntityModifier and TypeFieldDescriptionprivate ArrayList<AbstractEntity> Room.addprivate HashMap<Integer, ArrayList<AbstractEntity>> Room.hashprivate ArrayList<AbstractEntity> Room.modprivate ArrayList<AbstractEntity> Room.seeprivate ArrayList<AbstractEntity> Room.subMethods in engine that return types with arguments of type AbstractEntityMethods in engine with parameters of type AbstractEntityModifier and TypeMethodDescriptionvoidRoom.add(AbstractEntity e) voidRoom.add(AbstractEntity[] l) private voidRoom.addHash(AbstractEntity e) Room.getRoom(AbstractEntity e) private voidRoom.removeHash(AbstractEntity e) private voidRoom.removeHash(AbstractEntity e, int key) Method parameters in engine with type arguments of type AbstractEntityModifier and TypeMethodDescriptionvoidRoom.add(Iterable<? extends AbstractEntity> l) private voidRoom.addHash(Iterable<? extends AbstractEntity> l) private voidRoom.removeHash(Iterable<? extends AbstractEntity> l) Constructors in engine with parameters of type AbstractEntityModifierConstructorDescriptionRoom(AbstractEntity[] o, processing.core.PImage background) Room(AbstractEntity o, processing.core.PImage background) Constructor parameters in engine with type arguments of type AbstractEntityModifierConstructorDescriptionRoom(ArrayList<AbstractEntity> o, processing.core.PImage background) -
Uses of AbstractEntity in engine.entity
Subclasses of AbstractEntity in engine.entityFields in engine.entity declared as AbstractEntityMethods in engine.entity that return AbstractEntityModifier and TypeMethodDescriptionMultiStateEntity.get()private AbstractEntityMultiStateEntity.getType(Entity type, Room room, processing.core.PImage img, AbstractMove move, AbstractAbility[] abilities, int[][] colorLayers, int[] colorTints, boolean isTangible, boolean isBreakable) Methods in engine.entity that return types with arguments of type AbstractEntityMethods in engine.entity with parameters of type AbstractEntity -
Uses of AbstractEntity in engine.entity.abilities
Methods in engine.entity.abilities with parameters of type AbstractEntityModifier and TypeMethodDescriptionabstract voidAbstractAbility.update(AbstractEntity e, AbstractMove m) voidInteract8d.update(AbstractEntity e, AbstractMove m) voidSprint8d.update(AbstractEntity e, AbstractMove m) voidSword8d.update(AbstractEntity e, AbstractMove m) voidWalk8d.update(AbstractEntity e, AbstractMove m) -
Uses of AbstractEntity in engine.entity.movement
Methods in engine.entity.movement with parameters of type AbstractEntityModifier and TypeMethodDescriptionabstract voidAbstractMove.move(AbstractEntity e) final voidAbstractMove.move(AbstractEntity e, AbstractAbility ab) final voidAbstractMove.move(AbstractEntity e, AbstractAbility[] ab) voidBiDirectionalMove.move(AbstractEntity e) voidEightDirectionalMove.move(AbstractEntity c) voidInteractionMove.move(AbstractEntity e) voidObjectAffectedMove.move(AbstractEntity e) voidPlatformerComplexMove.move(AbstractEntity c) voidPlatformerSimpleMove.move(AbstractEntity c) private voidAbstractMove.reset(AbstractEntity e) -
Uses of AbstractEntity in engine.entity.trigger
Subclasses of AbstractEntity in engine.entity.triggerFields in engine.entity.trigger declared as AbstractEntityMethods in engine.entity.trigger that return AbstractEntityMethods in engine.entity.trigger with parameters of type AbstractEntityModifier and TypeMethodDescriptionstatic InteractionInteraction.createInteraction(Room r, AbstractMove m, AbstractEntity e, AbstractAbility a, Triggers t) Constructors in engine.entity.trigger with parameters of type AbstractEntityModifierConstructorDescriptionDoor(float x, float y, float w, float h, AbstractEntity i) Interaction(float x, float y, float w, float h, AbstractEntity i, AbstractAbility a, Triggers t) Trigger(float x, float y, float w, float h, AbstractEntity caster) -
Uses of AbstractEntity in engine.util
Methods in engine.util with type parameters of type AbstractEntityModifier and TypeMethodDescriptionstatic <E extends AbstractEntity>
ArrayList<E> ToolKit.getNeighbors(E obj, HashMap<Integer, ArrayList<E>> h, int wid, int hgt, int size) static <E extends AbstractEntity>
ArrayList<E> ToolKit.getNeighborsRender(E obj, HashMap<Integer, ArrayList<E>> h, int wid, int hgt, int size)