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