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 SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final Collection<String>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic CoordinatesgetRotation(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120483_, String p_120484_) parse(com.mojang.brigadier.StringReader p_120481_) static RotationArgumentrotation()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mojang.brigadier.arguments.ArgumentTypelistSuggestions
- 
Field Details- 
EXAMPLES
- 
ERROR_NOT_COMPLETEpublic static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NOT_COMPLETE
 
- 
- 
Constructor Details- 
RotationArgumentpublic RotationArgument()
 
- 
- 
Method Details- 
rotation
- 
getRotationpublic static Coordinates getRotation(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120483_, String p_120484_) 
- 
parsepublic Coordinates parse(com.mojang.brigadier.StringReader p_120481_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
- parsein interface- com.mojang.brigadier.arguments.ArgumentType<Coordinates>
- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
getExamples- Specified by:
- getExamplesin interface- com.mojang.brigadier.arguments.ArgumentType<Coordinates>
 
 
-