A B C D E F G H I J L M N O P R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
V
- valueOf(String) - Static method in enum com.dragonboatrace.entities.boats.BoatType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dragonboatrace.entities.CollidableType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dragonboatrace.entities.EntityType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.dragonboatrace.tools.Difficulty
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.dragonboatrace.entities.boats.BoatType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.dragonboatrace.entities.CollidableType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.dragonboatrace.entities.EntityType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.dragonboatrace.tools.Difficulty
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VectorFactory - Class in com.dragonboatrace.tools
-
Contains static methods to create various vectors.
- VectorFactory() - Constructor for class com.dragonboatrace.tools.VectorFactory
- velocity - Variable in class com.dragonboatrace.entities.Entity
-
The velocity of the entity.
- velocityPercentage() - Method in class com.dragonboatrace.entities.boats.Boat
-
Return a scalar to multiply the velocity by when using stamina.
- VERYHARD - com.dragonboatrace.tools.Difficulty
All Classes All Packages