Package net.minecraft.command.arguments
Class AngleArgument
- java.lang.Object
-
- net.minecraft.command.arguments.AngleArgument
-
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<AngleArgument.Result>
public class AngleArgument extends java.lang.Object implements com.mojang.brigadier.arguments.ArgumentType<AngleArgument.Result>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAngleArgument.Result
-
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 AngleArgument()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AngleArgumentangle()static floatgetAngle(com.mojang.brigadier.context.CommandContext<CommandSource> p_242992_0_, java.lang.String p_242992_1_)java.util.Collection<java.lang.String>getExamples()AngleArgument.Resultparse(com.mojang.brigadier.StringReader p_parse_1_)
-
-
-
Method Detail
-
angle
public static AngleArgument angle()
-
getAngle
public static float getAngle(com.mojang.brigadier.context.CommandContext<CommandSource> p_242992_0_, java.lang.String p_242992_1_)
-
parse
public AngleArgument.Result parse(com.mojang.brigadier.StringReader p_parse_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
- Specified by:
parsein interfacecom.mojang.brigadier.arguments.ArgumentType<AngleArgument.Result>- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getExamples
public java.util.Collection<java.lang.String> getExamples()
- Specified by:
getExamplesin interfacecom.mojang.brigadier.arguments.ArgumentType<AngleArgument.Result>
-
-