Package net.minecraft.resource
Interface ReloadableResourceManager
- All Superinterfaces:
ResourceManager
- All Known Implementing Classes:
ReloadableResourceManagerImpl
@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 voidregisterListener(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 aLbng;a(Ljava/util/List;)Vintermediary method_4357Lnet/minecraft/class_1256;method_4357(Ljava/util/List;)Vnamed reloadLnet/minecraft/resource/ReloadableResourceManager;reload(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
-