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 intExecuteCommand. checkMatchingData(IDataAccessor p_218831_0_, NBTPathArgument.NBTPath p_218831_1_)private static CommandSourceExecuteCommand. 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 classBlockDataAccessorclassEntityDataAccessorclassStorageAccessorMethods in net.minecraft.command.impl.data that return IDataAccessor Modifier and Type Method Description IDataAccessorDataCommand.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 intDataCommand. getData(CommandSource p_198947_0_, IDataAccessor p_198947_1_)private static intDataCommand. getData(CommandSource p_201228_0_, IDataAccessor p_201228_1_, NBTPathArgument.NBTPath p_201228_2_)private static intDataCommand. getNumeric(CommandSource p_198938_0_, IDataAccessor p_198938_1_, NBTPathArgument.NBTPath p_198938_2_, double p_198938_3_)private static INBTDataCommand. getSingleTag(NBTPathArgument.NBTPath p_218928_0_, IDataAccessor p_218928_1_)private static intDataCommand. mergeData(CommandSource p_198946_0_, IDataAccessor p_198946_1_, CompoundNBT p_198946_2_)private static intDataCommand. removeData(CommandSource p_198942_0_, IDataAccessor p_198942_1_, NBTPathArgument.NBTPath p_198942_2_)
-