Package net.minecraft.resource
Interface ReloadableResourceManager
- All Superinterfaces:
ResourceManager
- All Known Implementing Classes:
ReloadableResourceManagerInstance
@Environment(CLIENT) public interface ReloadableResourceManager extends ResourceManager
- Mappings:
Namespace Name official bngintermediary net/minecraft/class_1256named net/minecraft/resource/ReloadableResourceManager
-
Method Summary
Modifier and Type Method Description voidmethod_4357(List<ResourcePack> list)voidregisterListener(ResourceReloadListener listener)Methods inherited from interface net.minecraft.resource.ResourceManager
getAllNamespaces, getResource, method_4365
-
Method Details
-
method_4357
- Mappings:
Namespace Name Mixin selector official aLbng;a(Ljava/util/List;)Vintermediary method_4357Lnet/minecraft/class_1256;method_4357(Ljava/util/List;)Vnamed method_4357Lnet/minecraft/resource/ReloadableResourceManager;method_4357(Ljava/util/List;)V
-
registerListener
- Mappings:
Namespace Name Mixin selector official aLbng;a(Lbnj;)Vintermediary method_4356Lnet/minecraft/class_1256;method_4356(Lnet/minecraft/class_1259;)Vnamed registerListenerLnet/minecraft/resource/ReloadableResourceManager;registerListener(Lnet/minecraft/resource/ResourceReloadListener;)V
-