Interface IForgeBakedModel

    • Method Detail

      • isAmbientOcclusion

        default boolean isAmbientOcclusion​(BlockState state)
      • doesHandlePerspectives

        default boolean doesHandlePerspectives()
        Override to tell the new model loader that it shouldn't wrap this model
      • isLayered

        default boolean isLayered()
        Override to true, to tell forge to call the getLayerModels method below.
      • getLayerModels

        default java.util.List<com.mojang.datafixers.util.Pair<IBakedModel,​RenderType>> getLayerModels​(ItemStack itemStack,
                                                                                                             boolean fabulous)
        If {@see isLayered()} returns true, this is called to get the list of layers to draw.