Uses of Interface
net.minecraft.resource.InputSupplier
Packages that use InputSupplier
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of InputSupplier in net.minecraft.client.util
Methods in net.minecraft.client.util that return InputSupplierModifier and TypeMethodDescriptionprivate InputSupplier
<InputStream> Icons.getIcon
(ResourcePack resourcePack, String fileName) Icons.getMacIcon
(ResourcePack resourcePack) Methods in net.minecraft.client.util that return types with arguments of type InputSupplierMethods in net.minecraft.client.util with parameters of type InputSupplierModifier and TypeMethodDescriptionstatic void
MacWindowUtil.setApplicationIconImage
(InputSupplier<InputStream> iconSupplier) -
Uses of InputSupplier in net.minecraft.resource
Fields in net.minecraft.resource declared as InputSupplierModifier and TypeFieldDescriptionprivate final InputSupplier
<InputStream> Resource.inputSupplier
private final InputSupplier
<ResourceMetadata> Resource.metadataSupplier
private final InputSupplier
<InputStream> NamespaceResourceManager.FileSource.supplier
The field for thesupplier
record component.Fields in net.minecraft.resource with type parameters of type InputSupplierModifier and TypeFieldDescriptionprivate final Map
<ResourcePack, InputSupplier<InputStream>> NamespaceResourceManager.EntryList.metaSources
The field for themetaSources
record component.Methods in net.minecraft.resource that return InputSupplierModifier and TypeMethodDescriptionstatic InputSupplier
<InputStream> static InputSupplier
<InputStream> private InputSupplier
<ResourceMetadata> NamespaceResourceManager.createMetadataSupplier
(Identifier id, int index) private static InputSupplier
<ResourceMetadata> NamespaceResourceManager.getMetadataSupplier
(InputSupplier<InputStream> supplier) DefaultResourcePack.open
(ResourceType type, Identifier id) private static @Nullable InputSupplier
<InputStream> DirectoryResourcePack.open
(ResourceType type, Identifier id) static @Nullable InputSupplier
<InputStream> DirectoryResourcePack.open
(Identifier id, Path path) OverlayResourcePack.open
(ResourceType type, Identifier id) ResourcePack.open
(ResourceType type, Identifier id) ZipResourcePack.open
(ResourceType type, Identifier id) private @Nullable InputSupplier
<InputStream> NamespaceResourceManager.FileSource.supplier()
Returns the value of thesupplier
record component.private static InputSupplier
<InputStream> NamespaceResourceManager.wrapForDebug
(Identifier id, ResourcePack pack, InputSupplier<InputStream> supplier) Methods in net.minecraft.resource that return types with arguments of type InputSupplierModifier and TypeMethodDescriptionNamespaceResourceManager.EntryList.metaSources()
Returns the value of themetaSources
record component.Methods in net.minecraft.resource with parameters of type InputSupplierModifier and TypeMethodDescriptionprivate static Resource
NamespaceResourceManager.createResource
(ResourcePack pack, Identifier id, InputSupplier<InputStream> supplier, InputSupplier<ResourceMetadata> metadataSupplier) private static InputSupplier
<ResourceMetadata> NamespaceResourceManager.getMetadataSupplier
(InputSupplier<InputStream> supplier) private static ResourceMetadata
NamespaceResourceManager.loadMetadata
(InputSupplier<InputStream> supplier) private static InputSupplier
<InputStream> NamespaceResourceManager.wrapForDebug
(Identifier id, ResourcePack pack, InputSupplier<InputStream> supplier) Constructors in net.minecraft.resource with parameters of type InputSupplierModifierConstructorDescription(package private)
FileSource
(ResourcePack resourcePack, InputSupplier<InputStream> inputSupplier) Resource
(ResourcePack pack, InputSupplier<InputStream> inputSupplier) Resource
(ResourcePack pack, InputSupplier<InputStream> inputSupplier, InputSupplier<ResourceMetadata> metadataSupplier) Constructor parameters in net.minecraft.resource with type arguments of type InputSupplierModifierConstructorDescriptionprivate
EntryList
(Identifier identifier, Identifier identifier2, List<NamespaceResourceManager.FileSource> list, Map<ResourcePack, InputSupplier<InputStream>> map) -
Uses of InputSupplier in net.minecraft.resource.metadata
Fields in net.minecraft.resource.metadata declared as InputSupplierModifier and TypeFieldDescriptionstatic final InputSupplier
<ResourceMetadata> ResourceMetadata.NONE_SUPPLIER