Uses of Record Class
net.minecraft.server.packs.resources.FallbackResourceManager.ResourceWithSource
Packages that use FallbackResourceManager.ResourceWithSource
-
Uses of FallbackResourceManager.ResourceWithSource in net.minecraft.server.packs.resources
Fields in net.minecraft.server.packs.resources with type parameters of type FallbackResourceManager.ResourceWithSourceModifier and TypeFieldDescriptionprivate final List<FallbackResourceManager.ResourceWithSource> FallbackResourceManager.EntryStack.fileSourcesThe field for thefileSourcesrecord component.Methods in net.minecraft.server.packs.resources that return types with arguments of type FallbackResourceManager.ResourceWithSourceModifier and TypeMethodDescriptionFallbackResourceManager.EntryStack.fileSources()Returns the value of thefileSourcesrecord component.Constructor parameters in net.minecraft.server.packs.resources with type arguments of type FallbackResourceManager.ResourceWithSourceModifierConstructorDescription(package private)EntryStack(ResourceLocation fileLocation, ResourceLocation metadataLocation, List<FallbackResourceManager.ResourceWithSource> fileSources, Map<PackResources, IoSupplier<InputStream>> metaSources) Creates an instance of aEntryStackrecord class.