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
Methods in net.minecraft.client that return InputSupplierModifier and TypeMethodDescriptionprivate InputSupplier<InputStream>MinecraftClient.method_45574(String[] string) -
Uses of InputSupplier in net.minecraft.client.util
Methods in net.minecraft.client.util with parameters of type InputSupplierModifier and TypeMethodDescriptionprivate @Nullable ByteBufferWindow.readImage(InputSupplier<InputStream> inputSupplier, IntBuffer x, IntBuffer y, IntBuffer channels) static voidMacWindowUtil.setApplicationIconImage(InputSupplier<InputStream> inputSupplier) voidWindow.setIcon(InputSupplier<InputStream> inputSupplier, InputSupplier<InputStream> inputSupplier2) -
Uses of InputSupplier in net.minecraft.resource
Fields in net.minecraft.resource declared as InputSupplierModifier and TypeFieldDescriptionprivate final InputSupplier<InputStream>Resource.inputSupplierprivate final InputSupplier<ResourceMetadata>Resource.metadataSupplierprivate final InputSupplier<InputStream>NamespaceResourceManager.class_7682.resourceThe field for theresourcerecord component.Fields in net.minecraft.resource with type parameters of type InputSupplierModifier and TypeFieldDescriptionprivate final Map<ResourcePack,InputSupplier<InputStream>> NamespaceResourceManager.EntryList.metaSourcesThe field for themetaSourcesrecord 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) static InputSupplier<InputStream>DirectoryResourcePack.method_45180(Identifier identifier, Path path) private static @Nullable InputSupplier<InputStream>DirectoryResourcePack.method_45187(Path path) private static InputSupplier<InputStream>NamespaceResourceManager.method_45288(Identifier identifier, ResourcePack resourcePack, InputSupplier<InputStream> inputSupplier) private static InputSupplier<ResourceMetadata>NamespaceResourceManager.method_45291(InputSupplier<InputStream> inputSupplier) DefaultResourcePack.open(ResourceType type, Identifier id) DirectoryResourcePack.open(ResourceType type, Identifier id) ResourcePack.open(ResourceType type, Identifier id) ZipResourcePack.open(ResourceType type, Identifier id) private @Nullable InputSupplier<InputStream>NamespaceResourceManager.class_7682.resource()Returns the value of theresourcerecord component.Methods in net.minecraft.resource that return types with arguments of type InputSupplierModifier and TypeMethodDescriptionNamespaceResourceManager.EntryList.metaSources()Returns the value of themetaSourcesrecord component.Methods in net.minecraft.resource with parameters of type InputSupplierModifier and TypeMethodDescriptionprivate static InputSupplier<InputStream>NamespaceResourceManager.method_45288(Identifier identifier, ResourcePack resourcePack, InputSupplier<InputStream> inputSupplier) private static ResourceNamespaceResourceManager.method_45290(ResourcePack resourcePack, Identifier identifier, InputSupplier<InputStream> inputSupplier, InputSupplier<ResourceMetadata> inputSupplier2) private static InputSupplier<ResourceMetadata>NamespaceResourceManager.method_45291(InputSupplier<InputStream> inputSupplier) private static ResourceMetadataNamespaceResourceManager.method_45297(InputSupplier<InputStream> inputSupplier) Constructors in net.minecraft.resource with parameters of type InputSupplierModifierConstructorDescription(package private)class_7682(ResourcePack resourcePack, InputSupplier<InputStream> inputSupplier) Resource(ResourcePack resourcePack, InputSupplier<InputStream> inputSupplier) Resource(ResourcePack resourcePack, InputSupplier<InputStream> inputSupplier, InputSupplier<ResourceMetadata> metadataSupplier) Constructor parameters in net.minecraft.resource with type arguments of type InputSupplierModifierConstructorDescriptionprivateEntryList(Identifier identifier, Identifier identifier2, List<NamespaceResourceManager.class_7682> 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.field_40056