Uses of Class
htmlcompiler.model.MoveType
-
Packages that use MoveType Package Description htmlcompiler.model -
-
Uses of MoveType in htmlcompiler.model
Methods in htmlcompiler.model that return MoveType Modifier and Type Method Description static MoveTypeMoveType. toMoveType(java.lang.String name, MoveType _default)static MoveTypeMoveType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MoveType[]MoveType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in htmlcompiler.model with parameters of type MoveType Modifier and Type Method Description static voidMoveType. storeCode(java.lang.String code, MoveType type, ScriptBag scripts)static MoveTypeMoveType. toMoveType(java.lang.String name, MoveType _default)
-