Uses of Enum Class
dev.zwazel.internal.game.tank.Tank.MoveDirection
Packages that use Tank.MoveDirection
-
Uses of Tank.MoveDirection in dev.zwazel.internal.game.tank
Subclasses with type arguments of type Tank.MoveDirection in dev.zwazel.internal.game.tankMethods in dev.zwazel.internal.game.tank that return Tank.MoveDirectionModifier and TypeMethodDescriptionstatic Tank.MoveDirection
Returns the enum constant of this class with the specified name.static Tank.MoveDirection[]
Tank.MoveDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.zwazel.internal.game.tank with parameters of type Tank.MoveDirectionModifier and TypeMethodDescriptiondefault void
Tank.move
(PublicGameWorld world, Tank.MoveDirection direction) default void
Tank.move
(PublicGameWorld world, Tank.MoveDirection direction, double distance) Move the tank in the specified direction with the specified distance.default void
Tank.moveTowards
(PublicGameWorld world, Tank.MoveDirection moveDirection, Vec3 targetPosition, boolean simultaneous) Move the tank towards the target position in the specified move direction.