Package net.minecraft.resources
Interface IResourceManager
- All Known Subinterfaces:
IReloadableResourceManager
- All Known Implementing Classes:
FallbackResourceManager
,IResourceManager.Instance
,SimpleReloadableResourceManager
public interface IResourceManager
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetResource
(ResourceLocation p_199002_1_) getResources
(ResourceLocation p_199004_1_) boolean
hasResource
(ResourceLocation p_219533_1_) listResources
(String p_199003_1_, Predicate<String> p_199003_2_)
-
Method Details
-
getNamespaces
-
getResource
- Throws:
IOException
-
hasResource
-
getResources
- Throws:
IOException
-
listResources
-
listPacks
Stream<IResourcePack> listPacks()
-