public interface IForgeModelTransform
IModelState is a function from model part to a transformation that should be applied
 when that part is baked, thus representing the current "state" of the model and its parts.| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| default TransformationMatrix | getPartTransformation(java.lang.Object part) | 
default TransformationMatrix getPartTransformation(java.lang.Object part)
part - Part of the model we are wanting to transform. An empty optional means
             we want a transform for the entire model.