Uses of Enum Class
engine.entity.movement.Move
Packages that use Move
-
Uses of Move in engine.entity
Methods in engine.entity that return Move -
Uses of Move in engine.entity.movement
Methods in engine.entity.movement that return MoveModifier and TypeMethodDescriptionabstract MoveAbstractMove.getMoveType()BiDirectionalMove.getMoveType()EightDirectionalMove.getMoveType()InteractionMove.getMoveType()ObjectAffectedMove.getMoveType()PlatformerSimpleMove.getMoveType()static MoveReturns the enum constant of this class with the specified name.static Move[]Move.values()Returns an array containing the constants of this enum class, in the order they are declared.