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 Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final Collection
<String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Coordinates
getRotation
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) parse
(com.mojang.brigadier.StringReader pReader) static RotationArgument
rotation()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.mojang.brigadier.arguments.ArgumentType
listSuggestions, parse
-
Field Details
-
EXAMPLES
-
ERROR_NOT_COMPLETE
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NOT_COMPLETE
-
-
Constructor Details
-
RotationArgument
public RotationArgument()
-
-
Method Details
-
rotation
-
getRotation
public static Coordinates getRotation(com.mojang.brigadier.context.CommandContext<CommandSourceStack> pContext, String pName) -
parse
public Coordinates parse(com.mojang.brigadier.StringReader pReader) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
parse
in interfacecom.mojang.brigadier.arguments.ArgumentType<Coordinates>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getExamples
- Specified by:
getExamples
in interfacecom.mojang.brigadier.arguments.ArgumentType<Coordinates>
-