Class AtlasManager.PendingStitchResults
java.lang.Object
net.minecraft.client.resources.model.AtlasManager.PendingStitchResults
- Enclosing class:
AtlasManager
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final CompletableFuture<?> (package private) final List<AtlasManager.PendingStitch> private final Map<ResourceLocation, CompletableFuture<SpriteLoader.Preparations>> -
Constructor Summary
ConstructorsConstructorDescriptionPendingStitchResults(List<AtlasManager.PendingStitch> pPendingStitches, Map<ResourceLocation, CompletableFuture<SpriteLoader.Preparations>> pStitchFutureById, CompletableFuture<?> pAllReadyToUpload) -
Method Summary
-
Field Details
-
pendingStitches
-
stitchFuturesById
-
allReadyToUpload
-
-
Constructor Details
-
PendingStitchResults
PendingStitchResults(List<AtlasManager.PendingStitch> pPendingStitches, Map<ResourceLocation, CompletableFuture<SpriteLoader.Preparations>> pStitchFutureById, CompletableFuture<?> pAllReadyToUpload)
-
-
Method Details
-
joinAndUpload
-
get
-