Uses of Interface
net.minecraft.command.impl.data.IDataAccessor
-
Packages that use IDataAccessor Package Description net.minecraft.command.impl net.minecraft.command.impl.data -
-
Uses of IDataAccessor in net.minecraft.command.impl
Methods in net.minecraft.command.impl with parameters of type IDataAccessor Modifier and Type Method Description private static int
ExecuteCommand. checkMatchingData(IDataAccessor p_218831_0_, NBTPathArgument.NBTPath p_218831_1_)
private static CommandSource
ExecuteCommand. storeData(CommandSource p_198397_0_, IDataAccessor p_198397_1_, NBTPathArgument.NBTPath p_198397_2_, java.util.function.IntFunction<INBT> p_198397_3_, boolean p_198397_4_)
-
Uses of IDataAccessor in net.minecraft.command.impl.data
Classes in net.minecraft.command.impl.data that implement IDataAccessor Modifier and Type Class Description class
BlockDataAccessor
class
EntityDataAccessor
class
StorageAccessor
Methods in net.minecraft.command.impl.data that return IDataAccessor Modifier and Type Method Description IDataAccessor
DataCommand.IDataProvider. access(com.mojang.brigadier.context.CommandContext<CommandSource> p_198919_1_)
Methods in net.minecraft.command.impl.data with parameters of type IDataAccessor Modifier and Type Method Description private static int
DataCommand. getData(CommandSource p_198947_0_, IDataAccessor p_198947_1_)
private static int
DataCommand. getData(CommandSource p_201228_0_, IDataAccessor p_201228_1_, NBTPathArgument.NBTPath p_201228_2_)
private static int
DataCommand. getNumeric(CommandSource p_198938_0_, IDataAccessor p_198938_1_, NBTPathArgument.NBTPath p_198938_2_, double p_198938_3_)
private static INBT
DataCommand. getSingleTag(NBTPathArgument.NBTPath p_218928_0_, IDataAccessor p_218928_1_)
private static int
DataCommand. mergeData(CommandSource p_198946_0_, IDataAccessor p_198946_1_, CompoundNBT p_198946_2_)
private static int
DataCommand. removeData(CommandSource p_198942_0_, IDataAccessor p_198942_1_, NBTPathArgument.NBTPath p_198942_2_)
-