Package alexiil.mc.lib.multipart.api
Interface MultipartContainer.PartOffer
- Enclosing interface:
- MultipartContainer
public static interface MultipartContainer.PartOffer
-
Method Summary
Modifier and Type Method Description void
apply()
Adds the part to the holder, throwing an exception if anything about the container changed in the time between callingMultipartContainer.offerNewPart(MultipartCreator, boolean)
andapply()
.MultipartHolder
getHolder()
-
Method Details
-
getHolder
MultipartHolder getHolder() -
apply
void apply()Adds the part to the holder, throwing an exception if anything about the container changed in the time between callingMultipartContainer.offerNewPart(MultipartCreator, boolean)
andapply()
.
-