Uses of Class
net.minecraft.commands.arguments.NbtPathArgument.NbtPath
Packages that use NbtPathArgument.NbtPath
Package
Description
-
Uses of NbtPathArgument.NbtPath in net.minecraft.commands.arguments
Classes in net.minecraft.commands.arguments that implement interfaces with type arguments of type NbtPathArgument.NbtPathFields in net.minecraft.commands.arguments with type parameters of type NbtPathArgument.NbtPathModifier and TypeFieldDescriptionstatic final Codec<NbtPathArgument.NbtPath> NbtPathArgument.NbtPath.CODECMethods in net.minecraft.commands.arguments that return NbtPathArgument.NbtPathModifier and TypeMethodDescriptionstatic NbtPathArgument.NbtPathNbtPathArgument.getPath(CommandContext<CommandSourceStack> context, String name) static NbtPathArgument.NbtPathNbtPathArgument.parse(StringReader reader) -
Uses of NbtPathArgument.NbtPath in net.minecraft.network.chat
Method parameters in net.minecraft.network.chat with type arguments of type NbtPathArgument.NbtPathModifier and TypeMethodDescriptionstatic MutableComponentComponent.nbt(CompilableString<NbtPathArgument.NbtPath> nbtPath, boolean interpreting, boolean plain, Optional<Component> separator, DataSource dataSource) -
Uses of NbtPathArgument.NbtPath in net.minecraft.network.chat.contents
Fields in net.minecraft.network.chat.contents with type parameters of type NbtPathArgument.NbtPathModifier and TypeFieldDescriptionstatic final Codec<CompilableString<NbtPathArgument.NbtPath>> NbtContents.NBT_PATH_CODECprivate final CompilableString<NbtPathArgument.NbtPath> NbtContents.nbtPathThe field for thenbtPathrecord component.Methods in net.minecraft.network.chat.contents that return types with arguments of type NbtPathArgument.NbtPathModifier and TypeMethodDescriptionNbtContents.nbtPath()Returns the value of thenbtPathrecord component.Constructor parameters in net.minecraft.network.chat.contents with type arguments of type NbtPathArgument.NbtPathModifierConstructorDescriptionNbtContents(CompilableString<NbtPathArgument.NbtPath> nbtPath, boolean interpreting, boolean plain, Optional<Component> separator, DataSource dataSource) Creates an instance of aNbtContentsrecord class. -
Uses of NbtPathArgument.NbtPath in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type NbtPathArgument.NbtPathModifier 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 NbtPathArgument.NbtPath in net.minecraft.server.commands.data
Methods in net.minecraft.server.commands.data with parameters of type NbtPathArgument.NbtPathModifier and TypeMethodDescriptionprivate static intDataCommands.getData(CommandSourceStack source, DataAccessor accessor, NbtPathArgument.NbtPath path) private static intDataCommands.getNumeric(CommandSourceStack source, DataAccessor accessor, NbtPathArgument.NbtPath path, double scale) BlockDataAccessor.getPrintSuccess(NbtPathArgument.NbtPath path, double scale, int value) DataAccessor.getPrintSuccess(NbtPathArgument.NbtPath path, double scale, int value) EntityDataAccessor.getPrintSuccess(NbtPathArgument.NbtPath path, double scale, int value) StorageDataAccessor.getPrintSuccess(NbtPathArgument.NbtPath path, double scale, int value) static TagDataCommands.getSingleTag(NbtPathArgument.NbtPath path, DataAccessor accessor) intDataCommands.DataManipulator.modify(CommandContext<CommandSourceStack> context, CompoundTag targetData, NbtPathArgument.NbtPath targetPath, List<Tag> source) private static intDataCommands.removeData(CommandSourceStack source, DataAccessor accessor, NbtPathArgument.NbtPath path) -
Uses of NbtPathArgument.NbtPath in net.minecraft.world.level.storage.loot.functions
Fields in net.minecraft.world.level.storage.loot.functions declared as NbtPathArgument.NbtPathModifier and TypeFieldDescriptionprivate final NbtPathArgument.NbtPathCopyCustomDataFunction.CopyOperation.sourcePathThe field for thesourcePathrecord component.private final NbtPathArgument.NbtPathCopyCustomDataFunction.CopyOperation.targetPathThe field for thetargetPathrecord component.Methods in net.minecraft.world.level.storage.loot.functions that return NbtPathArgument.NbtPathModifier and TypeMethodDescriptionCopyCustomDataFunction.CopyOperation.sourcePath()Returns the value of thesourcePathrecord component.CopyCustomDataFunction.CopyOperation.targetPath()Returns the value of thetargetPathrecord component.Methods in net.minecraft.world.level.storage.loot.functions with parameters of type NbtPathArgument.NbtPathModifier and TypeMethodDescriptionabstract voidCopyCustomDataFunction.MergeStrategy.merge(Tag target, NbtPathArgument.NbtPath path, List<Tag> sources) Constructors in net.minecraft.world.level.storage.loot.functions with parameters of type NbtPathArgument.NbtPathModifierConstructorDescriptionprivateCopyOperation(NbtPathArgument.NbtPath sourcePath, NbtPathArgument.NbtPath targetPath, CopyCustomDataFunction.MergeStrategy op) Creates an instance of aCopyOperationrecord class. -
Uses of NbtPathArgument.NbtPath in net.minecraft.world.level.storage.loot.providers.number
Fields in net.minecraft.world.level.storage.loot.providers.number declared as NbtPathArgument.NbtPathModifier and TypeFieldDescriptionprivate final NbtPathArgument.NbtPathStorageValue.pathThe field for thepathrecord component.Methods in net.minecraft.world.level.storage.loot.providers.number that return NbtPathArgument.NbtPathModifier and TypeMethodDescriptionStorageValue.path()Returns the value of thepathrecord component.Constructors in net.minecraft.world.level.storage.loot.providers.number with parameters of type NbtPathArgument.NbtPathModifierConstructorDescriptionStorageValue(Identifier storage, NbtPathArgument.NbtPath path) Creates an instance of aStorageValuerecord class.