Interface IForgeUnbakedModel
-
- All Known Subinterfaces:
IUnbakedModel
- All Known Implementing Classes:
B3DLoader.ModelWrapper,BlockModel,Multipart,VariantList
public interface IForgeUnbakedModel
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.util.Optional<? extends IClip>getClip(java.lang.String name)Retrieves information about an animation clip in the model.
-
-
-
Method Detail
-
getClip
default java.util.Optional<? extends IClip> getClip(java.lang.String name)
Retrieves information about an animation clip in the model.- Parameters:
name- The clip name- Returns:
-
-