Uses of Class
net.minecraft.server.DataPackContents
-
Uses of DataPackContents in net.minecraft.server
Modifier and TypeFieldDescriptionprivate final DataPackContents
MinecraftServer.ResourceManagerHolder.dataPackContents
The field for thedataPackContents
record component.private final DataPackContents
SaveLoader.dataPackContents
The field for thedataPackContents
record component.Modifier and TypeMethodDescriptionMinecraftServer.ResourceManagerHolder.dataPackContents()
Returns the value of thedataPackContents
record component.SaveLoader.dataPackContents()
Returns the value of thedataPackContents
record component.Modifier and TypeMethodDescriptionstatic CompletableFuture<DataPackContents>
DataPackContents.reload
(ResourceManager manager, DynamicRegistryManager.Immutable dynamicRegistryManager, CommandManager.RegistrationEnvironment commandEnvironment, int functionPermissionLevel, Executor prepareExecutor, Executor applyExecutor) Reloads the data packs contents.ModifierConstructorDescription(package private)
ResourceManagerHolder
(LifecycledResourceManager lifecycledResourceManager, DataPackContents dataPackContents) SaveLoader
(LifecycledResourceManager lifecycledResourceManager, DataPackContents dataPackContents, DynamicRegistryManager.Immutable immutable, SaveProperties saveProperties)