Uses of Interface
net.minecraft.server.commands.data.DataAccessor
Packages that use DataAccessor
-
Uses of DataAccessor in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type DataAccessorModifier and TypeMethodDescriptionprivate static intExecuteCommand.checkMatchingData(DataAccessor accessor, NbtPathArgument.NbtPath path) private static CompoundTagFunctionCommand.getArgumentTag(NbtPathArgument.NbtPath path, DataAccessor accessor) private static CommandSourceStackExecuteCommand.storeData(CommandSourceStack source, DataAccessor accessor, NbtPathArgument.NbtPath path, IntFunction<Tag> constructor, boolean storeResult) -
Uses of DataAccessor in net.minecraft.server.commands.data
Classes in net.minecraft.server.commands.data that implement DataAccessorModifier and TypeClassDescriptionclassclassclassMethods in net.minecraft.server.commands.data that return DataAccessorModifier and TypeMethodDescriptionDataCommands.DataProvider.access(CommandContext<CommandSourceStack> context) Methods in net.minecraft.server.commands.data with parameters of type DataAccessorModifier and TypeMethodDescriptionprivate static intDataCommands.getData(CommandSourceStack source, DataAccessor accessor) private static intDataCommands.getData(CommandSourceStack source, DataAccessor accessor, NbtPathArgument.NbtPath path) private static intDataCommands.getNumeric(CommandSourceStack source, DataAccessor accessor, NbtPathArgument.NbtPath path, double scale) static TagDataCommands.getSingleTag(NbtPathArgument.NbtPath path, DataAccessor accessor) private static intDataCommands.mergeData(CommandSourceStack source, DataAccessor accessor, CompoundTag nbt) private static intDataCommands.removeData(CommandSourceStack source, DataAccessor accessor, NbtPathArgument.NbtPath path)