Class PathResourcePack

java.lang.Object
net.minecraft.server.packs.AbstractPackResources
net.minecraftforge.resource.PathResourcePack
All Implemented Interfaces:
AutoCloseable, PackResources, IForgePackResources
Direct Known Subclasses:
ModFileResourcePack

public class PathResourcePack extends AbstractPackResources
Defines a resource pack from an arbitrary Path. This is primarily intended to support including optional resource packs inside a mod, such as to have alternative textures to use along with Programmer Art, or optional alternative recipes for compatibility ot to replace vanilla recipes.