Uses of Interface
net.minecraft.server.commands.data.DataCommands.DataProvider
Packages that use DataCommands.DataProvider
-
Uses of DataCommands.DataProvider in net.minecraft.server.commands.data
Fields in net.minecraft.server.commands.data with type parameters of type DataCommands.DataProviderModifier and TypeFieldDescriptionstatic final List<Function<String, DataCommands.DataProvider>> DataCommands.ALL_PROVIDERSstatic final Function<String, DataCommands.DataProvider> BlockDataAccessor.PROVIDERstatic final Function<String, DataCommands.DataProvider> EntityDataAccessor.PROVIDERstatic final Function<String, DataCommands.DataProvider> StorageDataAccessor.PROVIDERstatic final List<DataCommands.DataProvider> DataCommands.SOURCE_PROVIDERSstatic final List<DataCommands.DataProvider> DataCommands.TARGET_PROVIDERSMethods in net.minecraft.server.commands.data with parameters of type DataCommands.DataProviderModifier and TypeMethodDescriptionDataCommands.getSingletonSource(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_265108_, DataCommands.DataProvider p_265370_) private static intDataCommands.manipulateData(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_139376_, DataCommands.DataProvider p_139377_, DataCommands.DataManipulator p_139378_, List<Tag> p_139379_) DataCommands.resolveSourcePath(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_265468_, DataCommands.DataProvider p_265670_)