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 Object
implements com.mojang.brigadier.arguments.ArgumentType<AngleArgument.Result>
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final Collection<String>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic AngleArgumentangle()static floatgetAngle(com.mojang.brigadier.context.CommandContext<CommandSource> p_242992_0_, String p_242992_1_) parse(com.mojang.brigadier.StringReader p_parse_1_) 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- 
AngleArgumentpublic AngleArgument()
 
- 
- 
Method Details- 
angle
- 
getAnglepublic static float getAngle(com.mojang.brigadier.context.CommandContext<CommandSource> p_242992_0_, String p_242992_1_) 
- 
parsepublic AngleArgument.Result parse(com.mojang.brigadier.StringReader p_parse_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Specified by:
- parsein interface- com.mojang.brigadier.arguments.ArgumentType<AngleArgument.Result>
- Throws:
- com.mojang.brigadier.exceptions.CommandSyntaxException
 
- 
getExamples- Specified by:
- getExamplesin interface- com.mojang.brigadier.arguments.ArgumentType<AngleArgument.Result>
 
 
-