Class AtlasSet
java.lang.Object
net.minecraft.client.resources.model.AtlasSet
- All Implemented Interfaces:
AutoCloseable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final record
static class
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAtlasSet
(Map<ResourceLocation, ResourceLocation> pAtlasMap, TextureManager pTextureManager) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
getAtlas
(ResourceLocation pLocation) scheduleLoad
(ResourceManager pResourceManager, int pMipLevel, Executor pExecutor)
-
Field Details
-
atlases
-
-
Constructor Details
-
AtlasSet
-
-
Method Details
-
getAtlas
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-
scheduleLoad
public Map<ResourceLocation,CompletableFuture<AtlasSet.StitchResult>> scheduleLoad(ResourceManager pResourceManager, int pMipLevel, Executor pExecutor)
-