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 official ajp
intermediary net/minecraft/class_3283
named net/minecraft/resource/ResourcePackManager
-
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) getNames()
getProfile
(String name) boolean
hasProfile
(String name) private Map<String,
ResourcePackProfile> void
void
setEnabledProfiles
(Collection<String> enabled) private Stream<ResourcePackProfile>
streamProfilesByName
(Collection<String> names)
-
Field Details
-
providers
- Mappings:
Namespace Name Mixin selector official a
Lajp;a:Ljava/util/Set;
intermediary field_14227
Lnet/minecraft/class_3283;field_14227:Ljava/util/Set;
named providers
Lnet/minecraft/resource/ResourcePackManager;providers:Ljava/util/Set;
-
profiles
- Mappings:
Namespace Name Mixin selector official b
Lajp;b:Ljava/util/Map;
intermediary field_14226
Lnet/minecraft/class_3283;field_14226:Ljava/util/Map;
named profiles
Lnet/minecraft/resource/ResourcePackManager;profiles:Ljava/util/Map;
-
enabled
- Mappings:
Namespace Name Mixin selector official c
Lajp;c:Ljava/util/List;
intermediary field_14225
Lnet/minecraft/class_3283;field_14225:Ljava/util/List;
named enabled
Lnet/minecraft/resource/ResourcePackManager;enabled:Ljava/util/List;
-
-
Constructor Details
-
ResourcePackManager
- Mappings:
Namespace Name Mixin selector official <init>
Lajp;<init>([Lajr;)V
intermediary <init>
Lnet/minecraft/class_3283;<init>([Lnet/minecraft/class_3285;)V
named <init>
Lnet/minecraft/resource/ResourcePackManager;<init>([Lnet/minecraft/resource/ResourcePackProvider;)V
-
-
Method Details
-
scanPacks
public void scanPacks()- Mappings:
Namespace Name Mixin selector official a
Lajp;a()V
intermediary method_14445
Lnet/minecraft/class_3283;method_14445()V
named scanPacks
Lnet/minecraft/resource/ResourcePackManager;scanPacks()V
-
providePackProfiles
- Mappings:
Namespace Name Mixin selector official h
Lajp;h()Ljava/util/Map;
intermediary method_29212
Lnet/minecraft/class_3283;method_29212()Ljava/util/Map;
named providePackProfiles
Lnet/minecraft/resource/ResourcePackManager;providePackProfiles()Ljava/util/Map;
-
setEnabledProfiles
- Mappings:
Namespace Name Mixin selector official a
Lajp;a(Ljava/util/Collection;)V
intermediary method_14447
Lnet/minecraft/class_3283;method_14447(Ljava/util/Collection;)V
named setEnabledProfiles
Lnet/minecraft/resource/ResourcePackManager;setEnabledProfiles(Ljava/util/Collection;)V
-
buildEnabledProfiles
- Mappings:
Namespace Name Mixin selector official b
Lajp;b(Ljava/util/Collection;)Ljava/util/List;
intermediary method_29208
Lnet/minecraft/class_3283;method_29208(Ljava/util/Collection;)Ljava/util/List;
named buildEnabledProfiles
Lnet/minecraft/resource/ResourcePackManager;buildEnabledProfiles(Ljava/util/Collection;)Ljava/util/List;
-
streamProfilesByName
- Mappings:
Namespace Name Mixin selector official c
Lajp;c(Ljava/util/Collection;)Ljava/util/stream/Stream;
intermediary method_29209
Lnet/minecraft/class_3283;method_29209(Ljava/util/Collection;)Ljava/util/stream/Stream;
named streamProfilesByName
Lnet/minecraft/resource/ResourcePackManager;streamProfilesByName(Ljava/util/Collection;)Ljava/util/stream/Stream;
-
getNames
- Mappings:
Namespace Name Mixin selector official b
Lajp;b()Ljava/util/Collection;
intermediary method_29206
Lnet/minecraft/class_3283;method_29206()Ljava/util/Collection;
named getNames
Lnet/minecraft/resource/ResourcePackManager;getNames()Ljava/util/Collection;
-
getProfiles
- Mappings:
Namespace Name Mixin selector official c
Lajp;c()Ljava/util/Collection;
intermediary method_14441
Lnet/minecraft/class_3283;method_14441()Ljava/util/Collection;
named getProfiles
Lnet/minecraft/resource/ResourcePackManager;getProfiles()Ljava/util/Collection;
-
getEnabledNames
- Mappings:
Namespace Name Mixin selector official d
Lajp;d()Ljava/util/Collection;
intermediary method_29210
Lnet/minecraft/class_3283;method_29210()Ljava/util/Collection;
named getEnabledNames
Lnet/minecraft/resource/ResourcePackManager;getEnabledNames()Ljava/util/Collection;
-
getRequestedFeatures
- Mappings:
Namespace Name Mixin selector official e
Lajp;e()Lbyx;
intermediary method_45278
Lnet/minecraft/class_3283;method_45278()Lnet/minecraft/class_7699;
named getRequestedFeatures
Lnet/minecraft/resource/ResourcePackManager;getRequestedFeatures()Lnet/minecraft/resource/featuretoggle/FeatureSet;
-
getEnabledProfiles
- Mappings:
Namespace Name Mixin selector official f
Lajp;f()Ljava/util/Collection;
intermediary method_14444
Lnet/minecraft/class_3283;method_14444()Ljava/util/Collection;
named getEnabledProfiles
Lnet/minecraft/resource/ResourcePackManager;getEnabledProfiles()Ljava/util/Collection;
-
getProfile
- Mappings:
Namespace Name Mixin selector official a
Lajp;a(Ljava/lang/String;)Lajn;
intermediary method_14449
Lnet/minecraft/class_3283;method_14449(Ljava/lang/String;)Lnet/minecraft/class_3288;
named getProfile
Lnet/minecraft/resource/ResourcePackManager;getProfile(Ljava/lang/String;)Lnet/minecraft/resource/ResourcePackProfile;
-
hasProfile
- Mappings:
Namespace Name Mixin selector official b
Lajp;b(Ljava/lang/String;)Z
intermediary method_29207
Lnet/minecraft/class_3283;method_29207(Ljava/lang/String;)Z
named hasProfile
Lnet/minecraft/resource/ResourcePackManager;hasProfile(Ljava/lang/String;)Z
-
createResourcePacks
- Mappings:
Namespace Name Mixin selector official g
Lajp;g()Ljava/util/List;
intermediary method_29211
Lnet/minecraft/class_3283;method_29211()Ljava/util/List;
named createResourcePacks
Lnet/minecraft/resource/ResourcePackManager;createResourcePacks()Ljava/util/List;
-