Package net.minecraft.client
Class MinecraftClient.IntegratedResourceManager
java.lang.Object
net.minecraft.client.MinecraftClient.IntegratedResourceManager
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- MinecraftClient
@Environment(CLIENT) public static final class MinecraftClient.IntegratedResourceManager extends Object implements AutoCloseable
- Mappings:
Namespace Name official dqk$b
intermediary net/minecraft/class_310$class_5367
named net/minecraft/client/MinecraftClient$IntegratedResourceManager
-
Field Summary
Fields Modifier and Type Field Description private ResourcePackManager
resourcePackManager
private SaveProperties
saveProperties
private ServerResourceManager
serverResourceManager
-
Constructor Summary
Constructors Modifier Constructor Description private
IntegratedResourceManager(ResourcePackManager resourcePackManager, ServerResourceManager serverResourceManager, SaveProperties saveProperties)
-
Method Summary
Modifier and Type Method Description void
close()
ResourcePackManager
getResourcePackManager()
SaveProperties
getSaveProperties()
ServerResourceManager
getServerResourceManager()
-
Field Details
-
resourcePackManager
- Mappings:
Namespace Name Mixin selector official a
Ldqk$b;a:Lacm;
intermediary field_25439
Lnet/minecraft/class_310$class_5367;field_25439:Lnet/minecraft/class_3283;
named resourcePackManager
Lnet/minecraft/client/MinecraftClient$IntegratedResourceManager;resourcePackManager:Lnet/minecraft/resource/ResourcePackManager;
-
serverResourceManager
- Mappings:
Namespace Name Mixin selector official b
Ldqk$b;b:Lwp;
intermediary field_25440
Lnet/minecraft/class_310$class_5367;field_25440:Lnet/minecraft/class_5350;
named serverResourceManager
Lnet/minecraft/client/MinecraftClient$IntegratedResourceManager;serverResourceManager:Lnet/minecraft/resource/ServerResourceManager;
-
saveProperties
- Mappings:
Namespace Name Mixin selector official c
Ldqk$b;c:Ldeb;
intermediary field_25441
Lnet/minecraft/class_310$class_5367;field_25441:Lnet/minecraft/class_5219;
named saveProperties
Lnet/minecraft/client/MinecraftClient$IntegratedResourceManager;saveProperties:Lnet/minecraft/world/SaveProperties;
-
-
Constructor Details
-
IntegratedResourceManager
private IntegratedResourceManager(ResourcePackManager resourcePackManager, ServerResourceManager serverResourceManager, SaveProperties saveProperties)- Mappings:
Namespace Name Mixin selector official <init>
Ldqk$b;<init>(Lacm;Lwp;Ldeb;)V
intermediary <init>
Lnet/minecraft/class_310$class_5367;<init>(Lnet/minecraft/class_3283;Lnet/minecraft/class_5350;Lnet/minecraft/class_5219;)V
named <init>
Lnet/minecraft/client/MinecraftClient$IntegratedResourceManager;<init>(Lnet/minecraft/resource/ResourcePackManager;Lnet/minecraft/resource/ServerResourceManager;Lnet/minecraft/world/SaveProperties;)V
-
-
Method Details
-
getResourcePackManager
- Mappings:
Namespace Name Mixin selector official a
Ldqk$b;a()Lacm;
intermediary method_29612
Lnet/minecraft/class_310$class_5367;method_29612()Lnet/minecraft/class_3283;
named getResourcePackManager
Lnet/minecraft/client/MinecraftClient$IntegratedResourceManager;getResourcePackManager()Lnet/minecraft/resource/ResourcePackManager;
-
getServerResourceManager
- Mappings:
Namespace Name Mixin selector official b
Ldqk$b;b()Lwp;
intermediary method_29613
Lnet/minecraft/class_310$class_5367;method_29613()Lnet/minecraft/class_5350;
named getServerResourceManager
Lnet/minecraft/client/MinecraftClient$IntegratedResourceManager;getServerResourceManager()Lnet/minecraft/resource/ServerResourceManager;
-
getSaveProperties
- Mappings:
Namespace Name Mixin selector official c
Ldqk$b;c()Ldeb;
intermediary method_29614
Lnet/minecraft/class_310$class_5367;method_29614()Lnet/minecraft/class_5219;
named getSaveProperties
Lnet/minecraft/client/MinecraftClient$IntegratedResourceManager;getSaveProperties()Lnet/minecraft/world/SaveProperties;
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Mappings:
Namespace Name Mixin selector official close
Ldqk$b;close()V
intermediary close
Lnet/minecraft/class_310$class_5367;close()V
named close
Lnet/minecraft/client/MinecraftClient$IntegratedResourceManager;close()V
-