Uses of Class
engine.entity.Move
Packages that use Move
Package
Description
-
Uses of Move in engine
-
Uses of Move in engine.entity
Fields in engine.entity declared as MoveMethods in engine.entity that return MoveMethods in engine.entity with parameters of type MoveConstructors in engine.entity with parameters of type Move -
Uses of Move in engine.entity.abilities
Methods in engine.entity.abilities with parameters of type Move -
Uses of Move in engine.entity.entities
Methods in engine.entity.entities with parameters of type MoveModifier and TypeMethodDescriptionstatic InteractionInteraction.createInteraction(engine.Room r, Move m, Entity e, Ability a, Triggers t) private EntityMultiState.getType(Entities type, engine.Room room, processing.core.PImage img, Move move, Ability[] abilities, int[][] colorLayers, int[] colorTints, boolean isTangible, boolean isBreakable) Constructors in engine.entity.entities with parameters of type MoveModifierConstructorDescriptionEnemy(engine.Room room, processing.core.PImage img, Move move, Ability[] abilities, int[][] colorLayers, int[] colorTints) MultiState(Entities[] types, engine.Room[] room, processing.core.PImage[] img, Move[] move, Ability[][] abilities, int[][][] colorLayers, int[] colorTints, boolean isTangible, boolean isBreakable) NPC(engine.Room room, processing.core.PImage img, Move move, Ability[] abilities, int[][] colorLayers, int[] colorTints, boolean isTangible, boolean isBreakable) Player(engine.Room room, processing.core.PImage img, Move move, Ability[] abilities, int[][] colorLayers, int[] colorTints) Wall(engine.Room room, processing.core.PImage img, Move move, Ability[] abilities, int[][] colorLayers, int[] colorTints, boolean isTangible, boolean isBreakable) -
Uses of Move in engine.entity.movement
Subclasses of Move in engine.entity.movementModifier and TypeClassDescriptionclassclassclassclassclassclassFields in engine.entity.movement declared as MoveMethods in engine.entity.movement that return MoveModifier and TypeMethodDescriptionBiDirectional.get()EightDirectional.get()Interaction.get()ObjectAffected.get()PlatformerComplex.get()PlatformerSimple.get()Constructors in engine.entity.movement with parameters of type Move -
Uses of Move in engine.util
Fields in engine.util declared as MoveMethods in engine.util with parameters of type Move