public class EntityDataAccessor extends java.lang.Object implements IDataAccessor
Modifier and Type | Field and Description |
---|---|
static java.util.function.Function<java.lang.String,DataCommand.IDataProvider> |
DATA_PROVIDER |
Constructor and Description |
---|
EntityDataAccessor(Entity entityIn) |
Modifier and Type | Method and Description |
---|---|
CompoundNBT |
getData() |
ITextComponent |
getGetMessage(NBTPathArgument.NBTPath pathIn,
double scale,
int value) |
ITextComponent |
getModifiedMessage() |
ITextComponent |
getQueryMessage(INBT nbt) |
void |
mergeData(CompoundNBT other) |
public static final java.util.function.Function<java.lang.String,DataCommand.IDataProvider> DATA_PROVIDER
public EntityDataAccessor(Entity entityIn)
public void mergeData(CompoundNBT other) throws com.mojang.brigadier.exceptions.CommandSyntaxException
mergeData
in interface IDataAccessor
com.mojang.brigadier.exceptions.CommandSyntaxException
public CompoundNBT getData()
getData
in interface IDataAccessor
public ITextComponent getModifiedMessage()
getModifiedMessage
in interface IDataAccessor
public ITextComponent getQueryMessage(INBT nbt)
getQueryMessage
in interface IDataAccessor
public ITextComponent getGetMessage(NBTPathArgument.NBTPath pathIn, double scale, int value)
getGetMessage
in interface IDataAccessor