Uses of Interface
net.minecraft.resource.metadata.ResourceMetadata
Packages that use ResourceMetadata
Package
Description
Provides resources to Minecraft, including resource access, provision, and reloading.
-
Uses of ResourceMetadata in net.minecraft.resource
Fields in net.minecraft.resource declared as ResourceMetadataFields in net.minecraft.resource with type parameters of type ResourceMetadataModifier and TypeFieldDescriptionprivate final InputSupplier<ResourceMetadata>
Resource.metadataSupplier
Methods in net.minecraft.resource that return ResourceMetadataModifier and TypeMethodDescriptionResource.getMetadata()
Returns the metadata for the resource.private static ResourceMetadata
NamespaceResourceManager.loadMetadata
(InputSupplier<InputStream> supplier) Methods in net.minecraft.resource that return types with arguments of type ResourceMetadataModifier and TypeMethodDescriptionprivate InputSupplier<ResourceMetadata>
NamespaceResourceManager.createMetadataSupplier
(Identifier id, int index) private static InputSupplier<ResourceMetadata>
NamespaceResourceManager.getMetadataSupplier
(InputSupplier<InputStream> supplier) -
Uses of ResourceMetadata in net.minecraft.resource.metadata
Fields in net.minecraft.resource.metadata declared as ResourceMetadataFields in net.minecraft.resource.metadata with type parameters of type ResourceMetadataModifier and TypeFieldDescriptionstatic final InputSupplier<ResourceMetadata>
ResourceMetadata.NONE_SUPPLIER
Methods in net.minecraft.resource.metadata that return ResourceMetadataModifier and TypeMethodDescriptionstatic ResourceMetadata
ResourceMetadata.create
(InputStream stream)