Interface PathAwareInputStreamSource
- All Superinterfaces:
InputStreamSource
- All Known Subinterfaces:
ResourceGenerator
- All Known Implementing Classes:
DummyGenerator,TagSupplier.TagBakery,TextureGenerator,TextureMetaGenerator
An
InputStreamSource that is aware of the locations it can provide input streams for.-
Method Summary
Modifier and TypeMethodDescription@NonNull Set<net.minecraft.resources.ResourceLocation> getLocations(ResourceGenerationContext context) Methods inherited from interface dev.lukebemish.dynamicassetgenerator.api.InputStreamSource
createCacheKey, get
-
Method Details
-
getLocations
@NonNull Set<net.minecraft.resources.ResourceLocation> getLocations(ResourceGenerationContext context) - Returns:
- the locations that this
InputStreamSourcecan provide resources at.
-