Uses of Class
net.minecraft.server.DataPackContents
Packages that use DataPackContents
-
Uses of DataPackContents in net.minecraft.server
Fields in net.minecraft.server declared as DataPackContentsModifier and TypeFieldDescriptionprivate final DataPackContentsMinecraftServer.ResourceManagerHolder.dataPackContentsThe field for thedataPackContentsrecord component.private final DataPackContentsSaveLoader.dataPackContentsThe field for thedataPackContentsrecord component.Methods in net.minecraft.server that return DataPackContentsModifier and TypeMethodDescriptionMinecraftServer.ResourceManagerHolder.dataPackContents()Returns the value of thedataPackContentsrecord component.SaveLoader.dataPackContents()Returns the value of thedataPackContentsrecord component.Methods in net.minecraft.server that return types with arguments of type DataPackContentsModifier 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.Constructors in net.minecraft.server with parameters of type DataPackContentsModifierConstructorDescription(package private)ResourceManagerHolder(LifecycledResourceManager lifecycledResourceManager, DataPackContents dataPackContents) SaveLoader(LifecycledResourceManager lifecycledResourceManager, DataPackContents dataPackContents, DynamicRegistryManager.Immutable immutable, SaveProperties saveProperties)