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 recordstatic class - 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionAtlasSet(Map<ResourceLocation, ResourceLocation> p_249969_, TextureManager p_252059_)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidclose()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:
 closein interfaceAutoCloseable
 - 
scheduleLoad
public Map<ResourceLocation,CompletableFuture<AtlasSet.StitchResult>> scheduleLoad(ResourceManager p_249256_, int p_251059_, Executor p_250751_)  
 -