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 java.lang.Object implements com.mojang.brigadier.arguments.ArgumentType<ILocationArgument>
-
-
Field Summary
Fields Modifier and Type Field Description static com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeERROR_NOT_COMPLETEprivate static java.util.Collection<java.lang.String>EXAMPLES
-
Constructor Summary
Constructors Constructor Description RotationArgument()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<java.lang.String>getExamples()static ILocationArgumentgetRotation(com.mojang.brigadier.context.CommandContext<CommandSource> p_200384_0_, java.lang.String p_200384_1_)ILocationArgumentparse(com.mojang.brigadier.StringReader p_parse_1_)static RotationArgumentrotation()
-
-
-
Method Detail
-
rotation
public static RotationArgument rotation()
-
getRotation
public static ILocationArgument getRotation(com.mojang.brigadier.context.CommandContext<CommandSource> p_200384_0_, java.lang.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
public java.util.Collection<java.lang.String> getExamples()
- Specified by:
getExamplesin interfacecom.mojang.brigadier.arguments.ArgumentType<ILocationArgument>
-
-