Interface ModelModifier.AfterBake

Enclosing class:
ModelModifier
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ModelModifier.AfterBake
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The context for an after bake model modification event.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable BakedModel
    This handler is invoked to allow modification of the baked model instance right after it is baked and before it is cached.