Uses of Interface
net.minecraft.server.commands.data.DataCommands.DataProvider
-
Uses of DataCommands.DataProvider in net.minecraft.server.commands.data
Modifier 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
Modifier 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_)