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.fileSources
The field for thefileSources
record 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 thefileSources
record 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 aEntryStack
record class.