Package net.minecraft.resource
Interface ReloadableResourceManager
- All Superinterfaces:
ResourceManager
- All Known Implementing Classes:
ReloadableResourceManagerImpl
- Mappings:
Namespace Name official bzwintermediary net/minecraft/class_1651named net/minecraft/resource/ReloadableResourceManager
-
Method Summary
Modifier and TypeMethodDescriptionvoidregisterListener(ResourceReloadListener listener) voidreload(List<ResourcePack> resourcePacks) Methods inherited from interface net.minecraft.resource.ResourceManager
getAllNamespaces, getAllResources, getResource
-
Method Details
-
reload
- Mappings:
Namespace Name Mixin selector official aLbzw;a(Ljava/util/List;)Vintermediary method_5886Lnet/minecraft/class_1651;method_5886(Ljava/util/List;)Vnamed reloadLnet/minecraft/resource/ReloadableResourceManager;reload(Ljava/util/List;)V
-
registerListener
- Mappings:
Namespace Name Mixin selector official aLbzw;a(Lbzz;)Vintermediary method_5885Lnet/minecraft/class_1651;method_5885(Lnet/minecraft/class_286;)Vnamed registerListenerLnet/minecraft/resource/ReloadableResourceManager;registerListener(Lnet/minecraft/resource/ResourceReloadListener;)V
-