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

25 lines
1.1 KiB
Plaintext

CLASS net/minecraft/class_5912 net/minecraft/resource/ResourceFactory
COMMENT Provides resource access.
FIELD field_49043 MISSING Lnet/minecraft/class_5912;
METHOD fromMap (Ljava/util/Map;)Lnet/minecraft/class_5912;
ARG 0 map
METHOD getResourceOrThrow (Lnet/minecraft/class_2960;)Lnet/minecraft/class_3298;
ARG 1 id
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
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
METHOD method_45307 (Ljava/util/Map;Lnet/minecraft/class_2960;)Ljava/util/Optional;
ARG 1 id
METHOD method_56937 (Lnet/minecraft/class_2960;)Ljava/util/Optional;
ARG 0 id
METHOD open (Lnet/minecraft/class_2960;)Ljava/io/InputStream;
ARG 1 id
METHOD openAsReader (Lnet/minecraft/class_2960;)Ljava/io/BufferedReader;
ARG 1 id