Interface PartBreakContext
public interface PartBreakContext
-
Method Summary
Modifier and Type Method Description AbstractPart
getPart()
Object
getSubPart()
default <Sub> Sub
getSubPart(SubdividedPart<Sub> part)
-
Method Details
-
getPart
AbstractPart getPart()- Returns:
- The part that is being broken. This might not be the same as the part that is being rendered!
-
getSubPart
- Returns:
- The key for the
SubdividedPart
instance.
-
getSubPart
-