Class ArgumentRelativeVec3


public class ArgumentRelativeVec3
extends ArgumentRelativeVec
Represents a Vector with 3 floating numbers (x;y;z) which can take relative coordinates.

Example: -1.2 ~ 5

  • Constructor Details

  • Method Details

    • parse

      @NotNull public RelativeVec parse​(@NotNull java.lang.String value)
      Description copied from class: Argument
      Called after Argument.getCorrectionResult(String) returned Argument.SUCCESS.

      The correction being correct means that value shouldn't be verified again, you can assume that no exception will occur when converting it to the correct type.

      Specified by:
      parse in class Argument<RelativeVec>
      Parameters:
      value - The correct argument which does not need to be verified again
      Returns:
      The parsed argument