Interface IForgeUnbakedModel

All Known Subinterfaces:
IUnbakedModel
All Known Implementing Classes:
B3DLoader.ModelWrapper, BlockModel, Multipart, VariantList

public interface IForgeUnbakedModel
  • Method Summary

    Modifier and Type
    Method
    Description
    default Optional<? extends IClip>
    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: