Package net.minecraft.resources
Class VanillaPack
java.lang.Object
net.minecraft.resources.VanillaPack
- All Implemented Interfaces:
AutoCloseable,IResourcePack,IForgeResourcePack
- Direct Known Subclasses:
VirtualAssetsPack
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Class<?>static Pathprivate static final Map<ResourcePackType,FileSystem> private static final org.apache.logging.log4j.Logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()private static StringcreatePath(ResourcePackType p_223458_0_, ResourceLocation p_223458_1_) private InputStreamgetExtraInputStream(ResourcePackType type, String resource) <T> TgetMetadataSection(IMetadataSectionSerializer<T> p_195760_1_) getName()getNamespaces(ResourcePackType p_195759_1_) getResource(ResourcePackType p_195761_1_, ResourceLocation p_195761_2_) protected InputStreamgetResourceAsStream(String p_200010_1_) protected InputStreamgetResourceAsStream(ResourcePackType p_195782_1_, ResourceLocation p_195782_2_) private static voidgetResources(Collection<ResourceLocation> p_229867_0_, int p_229867_1_, String p_229867_2_, Path p_229867_3_, String p_229867_4_, Predicate<String> p_229867_5_) getResources(ResourcePackType p_225637_1_, String p_225637_2_, String p_225637_3_, int p_225637_4_, Predicate<String> p_225637_5_) getRootResource(String p_195763_1_) booleanhasResource(ResourcePackType p_195764_1_, ResourceLocation p_195764_2_) private static booleanisResourceUrlValid(String p_223459_0_, URL p_223459_1_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.common.extensions.IForgeResourcePack
isHidden
-
Field Details
-
generatedDir
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
clientObject
-
JAR_FILESYSTEM_BY_TYPE
-
namespaces
-
-
Constructor Details
-
VanillaPack
-
-
Method Details
-
getRootResource
- Specified by:
getRootResourcein interfaceIResourcePack- Throws:
IOException
-
getResource
public InputStream getResource(ResourcePackType p_195761_1_, ResourceLocation p_195761_2_) throws IOException - Specified by:
getResourcein interfaceIResourcePack- Throws:
IOException
-
getResources
public Collection<ResourceLocation> getResources(ResourcePackType p_225637_1_, String p_225637_2_, String p_225637_3_, int p_225637_4_, Predicate<String> p_225637_5_) - Specified by:
getResourcesin interfaceIResourcePack
-
getResources
private static void getResources(Collection<ResourceLocation> p_229867_0_, int p_229867_1_, String p_229867_2_, Path p_229867_3_, String p_229867_4_, Predicate<String> p_229867_5_) throws IOException - Throws:
IOException
-
getResourceAsStream
@Nullable protected InputStream getResourceAsStream(ResourcePackType p_195782_1_, ResourceLocation p_195782_2_) -
createPath
-
isResourceUrlValid
private static boolean isResourceUrlValid(String p_223459_0_, @Nullable URL p_223459_1_) throws IOException - Throws:
IOException
-
getResourceAsStream
-
hasResource
- Specified by:
hasResourcein interfaceIResourcePack
-
getNamespaces
- Specified by:
getNamespacesin interfaceIResourcePack
-
getMetadataSection
@Nullable public <T> T getMetadataSection(IMetadataSectionSerializer<T> p_195760_1_) throws IOException - Specified by:
getMetadataSectionin interfaceIResourcePack- Throws:
IOException
-
getName
- Specified by:
getNamein interfaceIResourcePack
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceIResourcePack
-
getExtraInputStream
-