Class AtlasSet
java.lang.Object
net.minecraft.client.resources.model.AtlasSet
- All Implemented Interfaces:
AutoCloseable
-
Nested Class Summary
Modifier and TypeClassDescription(package private) static final record
static class
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAtlasSet
(Map<ResourceLocation, ResourceLocation> p_249969_, TextureManager p_252059_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
getAtlas
(ResourceLocation p_250828_) scheduleLoad
(ResourceManager p_249256_, int p_251059_, Executor p_250751_)
-
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 p_249256_, int p_251059_, Executor p_250751_)
-