Uses of Interface
net.minecraft.server.packs.resources.ResourceMetadata
Package
Description
-
Uses of ResourceMetadata in net.minecraft.client.renderer.texture
Modifier and TypeFieldDescriptionprivate final ResourceMetadata
SpriteContents.metadata
private static final ResourceMetadata
MissingTextureAtlasSprite.SPRITE_METADATA
ModifierConstructorDescriptionSpriteContents
(ResourceLocation p_249787_, FrameSize p_251031_, NativeImage p_252131_, ResourceMetadata p_299427_) Deprecated.Forge: Use the overload with Forge metadata parameter to properly forward custom loaders.SpriteContents
(ResourceLocation p_249787_, FrameSize p_251031_, NativeImage p_252131_, ResourceMetadata p_299427_, ForgeTextureMetadata forgeMeta) -
Uses of ResourceMetadata in net.minecraft.server.packs.resources
Modifier and TypeFieldDescriptionprivate ResourceMetadata
Resource.cachedMetadata
static final ResourceMetadata
ResourceMetadata.EMPTY
Modifier and TypeFieldDescriptionstatic final IoSupplier<ResourceMetadata>
ResourceMetadata.EMPTY_SUPPLIER
private final IoSupplier<ResourceMetadata>
Resource.metadataSupplier
Modifier and TypeMethodDescriptionResourceMetadata.Builder.build()
default ResourceMetadata
ResourceMetadata.copySections
(Collection<MetadataSectionSerializer<?>> p_299820_) static ResourceMetadata
ResourceMetadata.fromJsonStream
(InputStream p_215581_) Resource.metadata()
private static ResourceMetadata
FallbackResourceManager.parseMetadata
(IoSupplier<InputStream> p_250103_) Modifier and TypeMethodDescriptionprivate static IoSupplier<ResourceMetadata>
FallbackResourceManager.convertToMetadata
(IoSupplier<InputStream> p_250827_) private IoSupplier<ResourceMetadata>
FallbackResourceManager.createStackMetadataFinder
(ResourceLocation p_215369_, int p_215370_) -
Uses of ResourceMetadata in net.minecraftforge.client
Modifier and TypeMethodDescriptionstatic @Nullable SpriteContents
ForgeHooksClient.loadSpriteContents
(ResourceLocation name, Resource resource, FrameSize frameSize, NativeImage image, ResourceMetadata animationMeta) -
Uses of ResourceMetadata in net.minecraftforge.client.textures
Modifier and TypeMethodDescriptionITextureAtlasSpriteLoader.loadContents
(ResourceLocation name, Resource resource, FrameSize frameSize, NativeImage image, ResourceMetadata animationMeta, ForgeTextureMetadata forgeMeta)