Uses of Interface
net.minecraft.server.packs.resources.ResourceMetadata
Packages that use ResourceMetadata
Package
Description
-
Uses of ResourceMetadata in net.minecraft.client.renderer.texture
Fields in net.minecraft.client.renderer.texture declared as ResourceMetadataModifier and TypeFieldDescriptionprivate final ResourceMetadata
SpriteContents.metadata
private static final ResourceMetadata
MissingTextureAtlasSprite.SPRITE_METADATA
Methods in net.minecraft.client.renderer.texture that return ResourceMetadataConstructors in net.minecraft.client.renderer.texture with parameters of type ResourceMetadataModifierConstructorDescriptionSpriteContents
(ResourceLocation p_249787_, FrameSize p_251031_, NativeImage p_252131_, ResourceMetadata p_294742_) -
Uses of ResourceMetadata in net.minecraft.server.packs.resources
Fields in net.minecraft.server.packs.resources declared as ResourceMetadataModifier and TypeFieldDescriptionprivate ResourceMetadata
Resource.cachedMetadata
static final ResourceMetadata
ResourceMetadata.EMPTY
Fields in net.minecraft.server.packs.resources with type parameters of type ResourceMetadataModifier and TypeFieldDescriptionstatic final IoSupplier
<ResourceMetadata> ResourceMetadata.EMPTY_SUPPLIER
private final IoSupplier
<ResourceMetadata> Resource.metadataSupplier
Methods in net.minecraft.server.packs.resources that return ResourceMetadataModifier and TypeMethodDescriptionResourceMetadata.Builder.build()
default ResourceMetadata
ResourceMetadata.copySections
(Collection<MetadataSectionSerializer<?>> p_295308_) static ResourceMetadata
ResourceMetadata.fromJsonStream
(InputStream p_215581_) Resource.metadata()
private static ResourceMetadata
FallbackResourceManager.parseMetadata
(IoSupplier<InputStream> p_250103_) Methods in net.minecraft.server.packs.resources that return types with arguments of type ResourceMetadataModifier 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.neoforged.neoforge.client.textures
Methods in net.neoforged.neoforge.client.textures with parameters of type ResourceMetadataModifier and TypeMethodDescription@Nullable SpriteContents
SpriteContentsConstructor.create
(ResourceLocation id, FrameSize frameSize, NativeImage nativeImage, ResourceMetadata resourceMetadata) Construct an instance of SpriteContents or return null to not load the sprite. -
Uses of ResourceMetadata in net.neoforged.neoforge.oldtest.client
Constructors in net.neoforged.neoforge.oldtest.client with parameters of type ResourceMetadataModifierConstructorDescriptionCustomSpriteContents
(ResourceLocation name, FrameSize size, NativeImage image, ResourceMetadata metadata)