Class RotationArgument

java.lang.Object
net.minecraft.commands.arguments.coordinates.RotationArgument
All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<Coordinates>

public class RotationArgument extends Object implements com.mojang.brigadier.arguments.ArgumentType<Coordinates>
  • Field Details

    • EXAMPLES

      private static final Collection<String> EXAMPLES
    • ERROR_NOT_COMPLETE

      public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NOT_COMPLETE
  • Constructor Details

    • RotationArgument

      public RotationArgument()
  • Method Details

    • rotation

      public static RotationArgument rotation()
    • getRotation

      public static Coordinates getRotation(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120483_, String p_120484_)
    • parse

      public Coordinates parse(com.mojang.brigadier.StringReader p_120481_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
      Specified by:
      parse in interface com.mojang.brigadier.arguments.ArgumentType<Coordinates>
      Throws:
      com.mojang.brigadier.exceptions.CommandSyntaxException
    • getExamples

      public Collection<String> getExamples()
      Specified by:
      getExamples in interface com.mojang.brigadier.arguments.ArgumentType<Coordinates>