public interface IDataAccessor
修飾子とタイプ | メソッドと説明 |
---|---|
CompoundNBT |
getData() |
ITextComponent |
getGetMessage(NBTPathArgument.NBTPath pathIn,
double scale,
int value)
Gets the message used as a result of querying the given path with a scale.
|
ITextComponent |
getModifiedMessage() |
ITextComponent |
getQueryMessage(INBT nbt)
Gets the message used as a result of querying the given NBT (both for /data get and /data get path)
|
void |
mergeData(CompoundNBT other) |
void mergeData(CompoundNBT other) throws com.mojang.brigadier.exceptions.CommandSyntaxException
com.mojang.brigadier.exceptions.CommandSyntaxException
CompoundNBT getData() throws com.mojang.brigadier.exceptions.CommandSyntaxException
com.mojang.brigadier.exceptions.CommandSyntaxException
ITextComponent getModifiedMessage()
ITextComponent getQueryMessage(INBT nbt)
ITextComponent getGetMessage(NBTPathArgument.NBTPath pathIn, double scale, int value)