接口 ModelBaker

所有已知实现类:
ForgeHooksClient.WrapedModelBaker, ModelBakery.ModelBakerImpl

public interface ModelBaker
  • 方法详细资料

    • bake

      BakedModel bake(ResourceLocation p_250776_, ModelState p_251280_)
    • sprites

      SpriteGetter sprites()
    • rootName

      ModelDebugName rootName()
    • renderType

      @Nullable default RenderTypeGroup renderType()
      Forge: Return the render type to use when baking this model, its a dirty hack to pass down this value to parents
    • renderTypeFast

      @Nullable default RenderTypeGroup renderTypeFast()
      Forge: Return the fast graphics render type to use when baking this model, its a dirty hack to pass down this value to parents