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 List<Function<String,DataCommands.DataProvider>>
DataCommands.ALL_PROVIDERS
static Function<String,DataCommands.DataProvider>
BlockDataAccessor.PROVIDER
static Function<String,DataCommands.DataProvider>
EntityDataAccessor.PROVIDER
static Function<String,DataCommands.DataProvider>
StorageDataAccessor.PROVIDER
static List<DataCommands.DataProvider>
DataCommands.SOURCE_PROVIDERS
static List<DataCommands.DataProvider>
DataCommands.TARGET_PROVIDERS
Methods in net.minecraft.server.commands.data with parameters of type DataCommands.DataProviderModifier and TypeMethodDescriptionprivate static int
DataCommands.manipulateData(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_139376_, DataCommands.DataProvider p_139377_, DataCommands.DataManipulator p_139378_, List<Tag> p_139379_)