Uses of Class
net.minecraft.command.argument.NbtPathArgumentType.NbtPath
Packages that use NbtPathArgumentType.NbtPath
Package
Description
-
Uses of NbtPathArgumentType.NbtPath in net.minecraft.command
Methods in net.minecraft.command with parameters of type NbtPathArgumentType.NbtPathModifier and TypeMethodDescriptionBlockDataObject.feedbackGet(NbtPathArgumentType.NbtPath path, double scale, int result) DataCommandObject.feedbackGet(NbtPathArgumentType.NbtPath path, double scale, int result) EntityDataObject.feedbackGet(NbtPathArgumentType.NbtPath path, double scale, int result) StorageDataObject.feedbackGet(NbtPathArgumentType.NbtPath path, double scale, int result) -
Uses of NbtPathArgumentType.NbtPath in net.minecraft.command.argument
Methods in net.minecraft.command.argument that return NbtPathArgumentType.NbtPathModifier and TypeMethodDescriptionstatic NbtPathArgumentType.NbtPathNbtPathArgumentType.getNbtPath(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, String name) NbtPathArgumentType.parse(com.mojang.brigadier.StringReader stringReader) -
Uses of NbtPathArgumentType.NbtPath in net.minecraft.loot.function
Fields in net.minecraft.loot.function declared as NbtPathArgumentType.NbtPathModifier and TypeFieldDescriptionprivate final NbtPathArgumentType.NbtPathCopyNbtLootFunction.Operation.parsedSourcePathprivate final NbtPathArgumentType.NbtPathCopyNbtLootFunction.Operation.parsedTargetPathMethods in net.minecraft.loot.function that return NbtPathArgumentType.NbtPathModifier and TypeMethodDescription(package private) static NbtPathArgumentType.NbtPathCopyNbtLootFunction.parseNbtPath(String nbtPath) Methods in net.minecraft.loot.function with parameters of type NbtPathArgumentType.NbtPathModifier and TypeMethodDescriptionabstract voidCopyNbtLootFunction.Operator.merge(NbtElement itemNbt, NbtPathArgumentType.NbtPath targetPath, List<NbtElement> sourceNbts) -
Uses of NbtPathArgumentType.NbtPath in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type NbtPathArgumentType.NbtPathModifier and TypeMethodDescriptionprivate static intExecuteCommand.countPathMatches(DataCommandObject object, NbtPathArgumentType.NbtPath path) private static intDataCommand.executeGet(ServerCommandSource source, DataCommandObject object, NbtPathArgumentType.NbtPath path) private static intDataCommand.executeGet(ServerCommandSource source, DataCommandObject object, NbtPathArgumentType.NbtPath path, double scale) private static intDataCommand.executeInsert(int integer, NbtCompound sourceNbt, NbtPathArgumentType.NbtPath path, List<NbtElement> elements) private static intDataCommand.executeRemove(ServerCommandSource source, DataCommandObject object, NbtPathArgumentType.NbtPath path) private static ServerCommandSourceExecuteCommand.executeStoreData(ServerCommandSource source, DataCommandObject object, NbtPathArgumentType.NbtPath path, IntFunction<NbtElement> nbtSetter, boolean requestResult) private static NbtElementDataCommand.getNbt(NbtPathArgumentType.NbtPath path, DataCommandObject object) intDataCommand.ModifyOperation.modify(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context, NbtCompound sourceNbt, NbtPathArgumentType.NbtPath path, List<NbtElement> elements) -
Uses of NbtPathArgumentType.NbtPath in net.minecraft.text
Fields in net.minecraft.text declared as NbtPathArgumentType.NbtPathMethods in net.minecraft.text that return NbtPathArgumentType.NbtPathConstructors in net.minecraft.text with parameters of type NbtPathArgumentType.NbtPathModifierConstructorDescriptionprivateBlockNbtText(String rawPath, NbtPathArgumentType.NbtPath path, boolean interpret, String rawPos, @Nullable PosArgument pos, Optional<Text> separator) privateEntityNbtText(String rawPath, NbtPathArgumentType.NbtPath path, boolean interpret, String rawSelector, @Nullable EntitySelector selector, Optional<Text> separator) protectedNbtText(String rawPath, NbtPathArgumentType.NbtPath path, boolean interpret, Optional<Text> separator) StorageNbtText(String rawPath, NbtPathArgumentType.NbtPath path, boolean interpret, Identifier id, Optional<Text> separator)