Package net.minecraft.commands.arguments
Class AngleArgument
java.lang.Object
net.minecraft.commands.arguments.AngleArgument
- All Implemented Interfaces:
com.mojang.brigadier.arguments.ArgumentType<AngleArgument.SingleAngle>
public class AngleArgument
extends Object
implements com.mojang.brigadier.arguments.ArgumentType<AngleArgument.SingleAngle>
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
private static final Collection<String>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AngleArgument
angle()
static float
getAngle
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_83811_, String p_83812_) parse
(com.mojang.brigadier.StringReader p_83809_) 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
-
Field Details
-
EXAMPLES
-
ERROR_NOT_COMPLETE
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_NOT_COMPLETE -
ERROR_INVALID_ANGLE
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_INVALID_ANGLE
-
-
Constructor Details
-
AngleArgument
public AngleArgument()
-
-
Method Details
-
angle
-
getAngle
public static float getAngle(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_83811_, String p_83812_) -
parse
public AngleArgument.SingleAngle parse(com.mojang.brigadier.StringReader p_83809_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
parse
in interfacecom.mojang.brigadier.arguments.ArgumentType<AngleArgument.SingleAngle>
- Throws:
com.mojang.brigadier.exceptions.CommandSyntaxException
-
getExamples
- Specified by:
getExamples
in interfacecom.mojang.brigadier.arguments.ArgumentType<AngleArgument.SingleAngle>
-