Programmer Art Resource Pack
Represents the Programmer Art resource pack with support for modded content.
Any vanilla resources are provided like in Vanilla through the original programmer art, any missing resources will be searched in the provided modded resource packs.
Constructors
ProgrammerArtResourcePack
Link copied to clipboard
void ProgrammerArtResourcePack(AbstractFileResourcePack originalResourcePack, List<ModResourcePack> modResourcePacks)
Content copied to clipboard
Functions
appendResources
Link copied to clipboard
void appendResources(NamespaceResourceManagerAccessor manager, Identifier id, List<Resource> resources)
Content copied to clipboard
findResources
Link copied to clipboard
Collection<Identifier> findResources(ResourceType type, String namespace, String prefix, int maxDepth, Predicate<String> pathFilter)
Content copied to clipboard
abstract Collection<Identifier> findResources(ResourceType type, String namespace, String prefix, int maxDepth, Predicate<String> pathFilter)
Content copied to clipboard
getFullName
Link copied to clipboard
getNamespaces
Link copied to clipboard
open
Link copied to clipboard
openRoot
Link copied to clipboard
parseMetadata
Link copied to clipboard
Sources
jvm source
Link copied to clipboard