yarn/mappings/net/minecraft/resource/Resource.mapping

17 lines
831 B
Plaintext

CLASS net/minecraft/class_3298 net/minecraft/resource/Resource
COMMENT A resource of binary data.
COMMENT
COMMENT <p>The resource must be closed before disposal to avoid resource leaks.
COMMENT
COMMENT @see ResourceFactory#getResource(Identifier)
COMMENT @see ResourceManager#getAllResources(Identifier)
METHOD method_14480 getResourcePackName ()Ljava/lang/String;
COMMENT Returns the user-friendly name of the pack this resource is from.
METHOD method_14481 getMetadata ()Lnet/minecraft/class_7368;
COMMENT Returns a metadata of this resource by the {@code metaReader}, or {@code null}
COMMENT if no such metadata exists.
METHOD method_14482 getInputStream ()Ljava/io/InputStream;
COMMENT Returns the input stream of this resource.
COMMENT
COMMENT <p>This input stream is closed when this resource is closed.