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