Interface BakedModel

All Known Implementing Classes:
BasicBakedModel, BuiltinBakedModel, MultipartBakedModel, WeightedBakedModel

@Environment(CLIENT)
public interface BakedModel
  • Method Details

    • getQuads

      List<BakedQuad> getQuads​(@Nullable BlockState state, @Nullable Direction face, Random random)
    • useAmbientOcclusion

      boolean useAmbientOcclusion()
    • hasDepth

      boolean hasDepth()
    • isSideLit

      boolean isSideLit()
      Allows control of the lighting when rendering a model in a GUI.

      True, the model will be lit from the side, like a block.

      False, the model will be lit from the front, like an item.

    • isBuiltin

      boolean isBuiltin()
    • getSprite

      Sprite getSprite()
    • getTransformation

      ModelTransformation getTransformation()
    • getOverrides

      ModelOverrideList getOverrides()