public class RotationArgument extends java.lang.Object implements com.mojang.brigadier.arguments.ArgumentType<ILocationArgument>
| 修飾子とタイプ | フィールドと説明 | 
|---|---|
| static com.mojang.brigadier.exceptions.SimpleCommandExceptionType | ROTATION_INCOMPLETE | 
| コンストラクタと説明 | 
|---|
| RotationArgument() | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| java.util.Collection<java.lang.String> | getExamples() | 
| static ILocationArgument | getRotation(com.mojang.brigadier.context.CommandContext<CommandSource> context,
           java.lang.String name) | 
| ILocationArgument | parse(com.mojang.brigadier.StringReader p_parse_1_) | 
| static RotationArgument | rotation() | 
public static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ROTATION_INCOMPLETE
public static RotationArgument rotation()
public static ILocationArgument getRotation(com.mojang.brigadier.context.CommandContext<CommandSource> context, java.lang.String name)
public ILocationArgument parse(com.mojang.brigadier.StringReader p_parse_1_) throws com.mojang.brigadier.exceptions.CommandSyntaxException
parse インタフェース内 com.mojang.brigadier.arguments.ArgumentType<ILocationArgument>com.mojang.brigadier.exceptions.CommandSyntaxExceptionpublic java.util.Collection<java.lang.String> getExamples()
getExamples インタフェース内 com.mojang.brigadier.arguments.ArgumentType<ILocationArgument>