Package net.minecraft.server.packs
Class VanillaPackResources
java.lang.Object
net.minecraft.server.packs.VanillaPackResources
- All Implemented Interfaces:
AutoCloseable
,PackResources
,IPackResourcesExtension
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.server.packs.PackResources
PackResources.ResourceOutput
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final org.slf4j.Logger
private final BuiltInMetadata
Fields inherited from interface net.minecraft.server.packs.PackResources
METADATA_EXTENSION, PACK_META
-
Constructor Summary
ConstructorDescriptionVanillaPackResources
(BuiltInMetadata p_249743_, Set<String> p_250468_, List<Path> p_248798_, Map<PackType, List<Path>> p_251106_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
<T> T
getMetadataSection
(MetadataSectionSerializer<T> p_10333_) getNamespaces
(PackType p_10322_) getResource
(PackType p_250512_, ResourceLocation p_251554_) private static void
getResources
(PackResources.ResourceOutput p_249662_, String p_251249_, Path p_251290_, List<String> p_250451_) getRootResource
(String... p_250530_) boolean
void
listRawPaths
(PackType p_252103_, ResourceLocation p_250441_, Consumer<Path> p_251968_) void
listResources
(PackType p_248974_, String p_248703_, String p_250848_, PackResources.ResourceOutput p_249668_) packId()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.neoforged.neoforge.common.extensions.IPackResourcesExtension
getChildren, isHidden
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
metadata
-
namespaces
-
rootPaths
-
pathsForType
-
-
Constructor Details
-
VanillaPackResources
-
-
Method Details
-
getRootResource
- Specified by:
getRootResource
in interfacePackResources
-
listRawPaths
-
listResources
public void listResources(PackType p_248974_, String p_248703_, String p_250848_, PackResources.ResourceOutput p_249668_) - Specified by:
listResources
in interfacePackResources
-
getResources
private static void getResources(PackResources.ResourceOutput p_249662_, String p_251249_, Path p_251290_, List<String> p_250451_) -
getResource
@Nullable public IoSupplier<InputStream> getResource(PackType p_250512_, ResourceLocation p_251554_) - Specified by:
getResource
in interfacePackResources
-
getNamespaces
- Specified by:
getNamespaces
in interfacePackResources
-
getMetadataSection
- Specified by:
getMetadataSection
in interfacePackResources
-
packId
- Specified by:
packId
in interfacePackResources
-
isBuiltin
public boolean isBuiltin()- Specified by:
isBuiltin
in interfacePackResources
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfacePackResources
-
asProvider
-