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 p_137146_, NbtPathArgument.NbtPath p_137147_) (package private) static CompoundTagFunctionCommand.getArgumentTag(NbtPathArgument.NbtPath p_295114_, DataAccessor p_296132_) private static CommandSourceStackExecuteCommand.storeData(CommandSourceStack p_137118_, DataAccessor p_137119_, NbtPathArgument.NbtPath p_137120_, IntFunction<Tag> p_137121_, boolean p_137122_) -
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(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_139504_) Methods in net.minecraft.server.commands.data with parameters of type DataAccessorModifier and TypeMethodDescriptionprivate static intDataCommands.getData(CommandSourceStack p_139383_, DataAccessor p_139384_) private static intDataCommands.getData(CommandSourceStack p_139444_, DataAccessor p_139445_, NbtPathArgument.NbtPath p_139446_) private static intDataCommands.getNumeric(CommandSourceStack p_139390_, DataAccessor p_139391_, NbtPathArgument.NbtPath p_139392_, double p_139393_) static TagDataCommands.getSingleTag(NbtPathArgument.NbtPath p_139399_, DataAccessor p_139400_) private static intDataCommands.mergeData(CommandSourceStack p_139395_, DataAccessor p_139396_, CompoundTag p_139397_) private static intDataCommands.removeData(CommandSourceStack p_139386_, DataAccessor p_139387_, NbtPathArgument.NbtPath p_139388_)