Package net.minecraft.resource
Class ResourcePackManager
java.lang.Object
net.minecraft.resource.ResourcePackManager
A resource pack manager manages a list of
ResourcePackProfile
s and
builds a list of resource packs when the
resource manager reloads.- Mappings:
Namespace Name named net/minecraft/resource/ResourcePackManager
intermediary net/minecraft/class_3283
official aua
-
Field Summary
Modifier and TypeFieldDescriptionprivate List
<ResourcePackProfile> private Map
<String, ResourcePackProfile> private final Set
<ResourcePackProvider> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate List
<ResourcePackProfile> buildEnabledProfiles
(Collection<String> enabledNames) boolean
boolean
getIds()
getProfile
(String id) boolean
hasProfile
(String id) static String
listPacks
(Collection<ResourcePackProfile> profiles) private Map
<String, ResourcePackProfile> void
void
setEnabledProfiles
(Collection<String> enabled) private Stream
<ResourcePackProfile>
-
Field Details
-
providers
- Mappings:
Namespace Name Mixin selector named providers
Lnet/minecraft/resource/ResourcePackManager;providers:Ljava/util/Set;
intermediary field_14227
Lnet/minecraft/class_3283;field_14227:Ljava/util/Set;
official a
Laua;a:Ljava/util/Set;
-
profiles
- Mappings:
Namespace Name Mixin selector named profiles
Lnet/minecraft/resource/ResourcePackManager;profiles:Ljava/util/Map;
intermediary field_14226
Lnet/minecraft/class_3283;field_14226:Ljava/util/Map;
official b
Laua;b:Ljava/util/Map;
-
enabled
- Mappings:
Namespace Name Mixin selector named enabled
Lnet/minecraft/resource/ResourcePackManager;enabled:Ljava/util/List;
intermediary field_14225
Lnet/minecraft/class_3283;field_14225:Ljava/util/List;
official c
Laua;c:Ljava/util/List;
-
-
Constructor Details
-
ResourcePackManager
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/resource/ResourcePackManager;<init>([Lnet/minecraft/resource/ResourcePackProvider;)V
intermediary <init>
Lnet/minecraft/class_3283;<init>([Lnet/minecraft/class_3285;)V
official <init>
Laua;<init>([Lauc;)V
-
-
Method Details
-
listPacks
- Mappings:
Namespace Name Mixin selector named listPacks
Lnet/minecraft/resource/ResourcePackManager;listPacks(Ljava/util/Collection;)Ljava/lang/String;
intermediary method_59809
Lnet/minecraft/class_3283;method_59809(Ljava/util/Collection;)Ljava/lang/String;
official a
Laua;a(Ljava/util/Collection;)Ljava/lang/String;
-
scanPacks
public void scanPacks()- Mappings:
Namespace Name Mixin selector named scanPacks
Lnet/minecraft/resource/ResourcePackManager;scanPacks()V
intermediary method_14445
Lnet/minecraft/class_3283;method_14445()V
official a
Laua;a()V
-
providePackProfiles
- Mappings:
Namespace Name Mixin selector named providePackProfiles
Lnet/minecraft/resource/ResourcePackManager;providePackProfiles()Ljava/util/Map;
intermediary method_29212
Lnet/minecraft/class_3283;method_29212()Ljava/util/Map;
official h
Laua;h()Ljava/util/Map;
-
setEnabledProfiles
- Mappings:
Namespace Name Mixin selector named setEnabledProfiles
Lnet/minecraft/resource/ResourcePackManager;setEnabledProfiles(Ljava/util/Collection;)V
intermediary method_14447
Lnet/minecraft/class_3283;method_14447(Ljava/util/Collection;)V
official b
Laua;b(Ljava/util/Collection;)V
-
enable
- Mappings:
Namespace Name Mixin selector named enable
Lnet/minecraft/resource/ResourcePackManager;enable(Ljava/lang/String;)Z
intermediary method_49427
Lnet/minecraft/class_3283;method_49427(Ljava/lang/String;)Z
official a
Laua;a(Ljava/lang/String;)Z
-
disable
- Mappings:
Namespace Name Mixin selector named disable
Lnet/minecraft/resource/ResourcePackManager;disable(Ljava/lang/String;)Z
intermediary method_49428
Lnet/minecraft/class_3283;method_49428(Ljava/lang/String;)Z
official b
Laua;b(Ljava/lang/String;)Z
-
buildEnabledProfiles
- Mappings:
Namespace Name Mixin selector named buildEnabledProfiles
Lnet/minecraft/resource/ResourcePackManager;buildEnabledProfiles(Ljava/util/Collection;)Ljava/util/List;
intermediary method_29208
Lnet/minecraft/class_3283;method_29208(Ljava/util/Collection;)Ljava/util/List;
official c
Laua;c(Ljava/util/Collection;)Ljava/util/List;
-
streamProfilesById
- Mappings:
Namespace Name Mixin selector named streamProfilesById
Lnet/minecraft/resource/ResourcePackManager;streamProfilesById(Ljava/util/Collection;)Ljava/util/stream/Stream;
intermediary method_29209
Lnet/minecraft/class_3283;method_29209(Ljava/util/Collection;)Ljava/util/stream/Stream;
official d
Laua;d(Ljava/util/Collection;)Ljava/util/stream/Stream;
-
getIds
- Mappings:
Namespace Name Mixin selector named getIds
Lnet/minecraft/resource/ResourcePackManager;getIds()Ljava/util/Collection;
intermediary method_29206
Lnet/minecraft/class_3283;method_29206()Ljava/util/Collection;
official b
Laua;b()Ljava/util/Collection;
-
getProfiles
- Mappings:
Namespace Name Mixin selector named getProfiles
Lnet/minecraft/resource/ResourcePackManager;getProfiles()Ljava/util/Collection;
intermediary method_14441
Lnet/minecraft/class_3283;method_14441()Ljava/util/Collection;
official c
Laua;c()Ljava/util/Collection;
-
getEnabledIds
- Mappings:
Namespace Name Mixin selector named getEnabledIds
Lnet/minecraft/resource/ResourcePackManager;getEnabledIds()Ljava/util/Collection;
intermediary method_29210
Lnet/minecraft/class_3283;method_29210()Ljava/util/Collection;
official d
Laua;d()Ljava/util/Collection;
-
getRequestedFeatures
- Mappings:
Namespace Name Mixin selector named getRequestedFeatures
Lnet/minecraft/resource/ResourcePackManager;getRequestedFeatures()Lnet/minecraft/resource/featuretoggle/FeatureSet;
intermediary method_45278
Lnet/minecraft/class_3283;method_45278()Lnet/minecraft/class_7699;
official e
Laua;e()Lcpn;
-
getEnabledProfiles
- Mappings:
Namespace Name Mixin selector named getEnabledProfiles
Lnet/minecraft/resource/ResourcePackManager;getEnabledProfiles()Ljava/util/Collection;
intermediary method_14444
Lnet/minecraft/class_3283;method_14444()Ljava/util/Collection;
official f
Laua;f()Ljava/util/Collection;
-
getProfile
- Mappings:
Namespace Name Mixin selector named getProfile
Lnet/minecraft/resource/ResourcePackManager;getProfile(Ljava/lang/String;)Lnet/minecraft/resource/ResourcePackProfile;
intermediary method_14449
Lnet/minecraft/class_3283;method_14449(Ljava/lang/String;)Lnet/minecraft/class_3288;
official c
Laua;c(Ljava/lang/String;)Latx;
-
hasProfile
- Mappings:
Namespace Name Mixin selector named hasProfile
Lnet/minecraft/resource/ResourcePackManager;hasProfile(Ljava/lang/String;)Z
intermediary method_29207
Lnet/minecraft/class_3283;method_29207(Ljava/lang/String;)Z
official d
Laua;d(Ljava/lang/String;)Z
-
createResourcePacks
- Mappings:
Namespace Name Mixin selector named createResourcePacks
Lnet/minecraft/resource/ResourcePackManager;createResourcePacks()Ljava/util/List;
intermediary method_29211
Lnet/minecraft/class_3283;method_29211()Ljava/util/List;
official g
Laua;g()Ljava/util/List;
-