Interface IForgeUnbakedModel

All Known Subinterfaces:
UnbakedModel
All Known Implementing Classes:
B3DLoader.ModelWrapper, BlockModel, MultiPart, MultiVariant

public interface IForgeUnbakedModel
  • Method Summary

    Modifier and Type
    Method
    Description
    default Optional<? extends IClip>
    getClip​(String name)
    Retrieves information about an animation clip in the model.
  • Method Details

    • getClip

      default Optional<? extends IClip> getClip(String name)
      Retrieves information about an animation clip in the model.
      Parameters:
      name - The clip name
      Returns: