Uses of Interface
net.minecraft.command.DataCommandObject
Packages that use DataCommandObject
-
Uses of DataCommandObject in net.minecraft.command
Classes in net.minecraft.command that implement DataCommandObjectModifier and TypeClassDescriptionclass
class
class
-
Uses of DataCommandObject in net.minecraft.server.command
Methods in net.minecraft.server.command that return DataCommandObjectModifier and TypeMethodDescriptionDataCommand.ObjectType.getObject
(com.mojang.brigadier.context.CommandContext<ServerCommandSource> context) Methods in net.minecraft.server.command with parameters of type DataCommandObjectModifier and TypeMethodDescriptionprivate static int
ExecuteCommand.countPathMatches
(DataCommandObject object, NbtPathArgumentType.NbtPath path) private static int
DataCommand.executeGet
(ServerCommandSource source, DataCommandObject object) private static int
DataCommand.executeGet
(ServerCommandSource source, DataCommandObject object, NbtPathArgumentType.NbtPath path) private static int
DataCommand.executeGet
(ServerCommandSource source, DataCommandObject object, NbtPathArgumentType.NbtPath path, double scale) private static int
DataCommand.executeMerge
(ServerCommandSource source, DataCommandObject object, NbtCompound nbt) private static int
DataCommand.executeRemove
(ServerCommandSource source, DataCommandObject object, NbtPathArgumentType.NbtPath path) private static ServerCommandSource
ExecuteCommand.executeStoreData
(ServerCommandSource source, DataCommandObject object, NbtPathArgumentType.NbtPath path, IntFunction<NbtElement> nbtSetter, boolean requestResult) private static NbtElement
DataCommand.getNbt
(NbtPathArgumentType.NbtPath path, DataCommandObject object)