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

12 lines
622 B
Plaintext
Raw Normal View History

CLASS net/minecraft/class_5912 net/minecraft/resource/ResourceFactory
COMMENT Provides resource access.
2022-04-06 15:01:01 -04:00
METHOD method_14486 getResource (Lnet/minecraft/class_2960;)Ljava/util/Optional;
COMMENT Finds and returns the corresponding resource for a resource's identifier.
COMMENT
COMMENT <p>Starts by scanning each resource pack from highest priority to lowest. If no resource packs were found
2022-05-12 13:28:22 -04:00
COMMENT to contain the requested entry, will return {@link Optional#empty()}.
COMMENT
COMMENT <p>The returned resource must be closed to avoid resource leaks.
ARG 1 id
COMMENT the resource identifier to search for