Package net.minecraft.command.arguments
Class RotationArgument
java.lang.Object
net.minecraft.command.arguments.RotationArgument
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<ILocationArgument>
public class RotationArgument
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<ILocationArgument>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final Collection<String> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ILocationArgumentgetRotation(com.mojang.brigadier.context.CommandContext<CommandSource> p_200384_0_, String p_200384_1_) parse(com.mojang.brigadier.StringReader p_parse_1_) static RotationArgumentrotation()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.mojang.brigadier.arguments.ArgumentType
listSuggestions
-
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 ILocationArgument getRotation(com.mojang.brigadier.context.CommandContext<CommandSource> p_200384_0_, String p_200384_1_) -
parse
public ILocationArgument parse(com.mojang.brigadier.StringReader p_parse_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
parsein interfacecom.mojang.brigadier.arguments.ArgumentType<ILocationArgument>- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getExamples
- Specified by:
getExamplesin interfacecom.mojang.brigadier.arguments.ArgumentType<ILocationArgument>
-