接口 PackResources
- 所有超级接口:
AutoCloseable
,IForgePackResources
- 所有已知实现类:
AbstractPackResources
,DelegatingPackResources
,FilePackResources
,PathPackResources
,PathPackResources
,VanillaPackResources
-
嵌套类概要
嵌套类 -
字段概要
字段 -
方法概要
修饰符和类型方法说明void
close()
<T> T
getMetadataSection
(MetadataSectionSerializer<T> pDeserializer) getNamespaces
(PackType pType) getResource
(PackType pPackType, ResourceLocation pLocation) getRootResource
(String... pElements) default boolean
void
listResources
(PackType pPackType, String pNamespace, String pPath, PackResources.ResourceOutput pResourceOutput) packId()
从接口继承的方法 net.minecraftforge.common.extensions.IForgePackResources
getChildren, isHidden
-
字段详细资料
-
方法详细资料
-
getRootResource
-
getResource
-
listResources
void listResources(PackType pPackType, String pNamespace, String pPath, PackResources.ResourceOutput pResourceOutput) -
getNamespaces
-
getMetadataSection
- 抛出:
IOException
-
packId
String packId() -
isBuiltin
default boolean isBuiltin() -
close
void close()- 指定者:
close
在接口中AutoCloseable
-