Package | Description |
---|---|
net.minecraft.command.impl | |
net.minecraft.command.impl.data |
Modifier and Type | Method and Description |
---|---|
private static int |
ExecuteCommand.func_218831_a(IDataAccessor p_218831_0_,
NBTPathArgument.NBTPath p_218831_1_) |
private static CommandSource |
ExecuteCommand.storeIntoNBT(CommandSource source,
IDataAccessor accessor,
NBTPathArgument.NBTPath pathIn,
java.util.function.IntFunction<INBT> tagConverter,
boolean storingResult) |
Modifier and Type | Class and Description |
---|---|
class |
BlockDataAccessor |
class |
EntityDataAccessor |
class |
StorageAccessor |
Modifier and Type | Method and Description |
---|---|
IDataAccessor |
DataCommand.IDataProvider.createAccessor(com.mojang.brigadier.context.CommandContext<CommandSource> context) |
Modifier and Type | Method and Description |
---|---|
private static INBT |
DataCommand.func_218928_a(NBTPathArgument.NBTPath p_218928_0_,
IDataAccessor p_218928_1_) |
private static int |
DataCommand.get(CommandSource source,
IDataAccessor accessor) |
private static int |
DataCommand.get(CommandSource source,
IDataAccessor accessor,
NBTPathArgument.NBTPath pathIn) |
private static int |
DataCommand.getScaled(CommandSource source,
IDataAccessor accessor,
NBTPathArgument.NBTPath pathIn,
double scale) |
private static int |
DataCommand.merge(CommandSource source,
IDataAccessor accessor,
CompoundNBT nbt) |
private static int |
DataCommand.remove(CommandSource source,
IDataAccessor accessor,
NBTPathArgument.NBTPath pathIn) |