Class LooseOvenBlockIdle

All Implemented Interfaces:
ITileEntityProvider
Direct Known Subclasses:
OvenBlockIdle

public class LooseOvenBlockIdle extends OvenBlock
  • Constructor Details

    • LooseOvenBlockIdle

      public LooseOvenBlockIdle(int iBlockID)
  • Method Details

    • colorMultiplier

      @Environment(CLIENT) public int colorMultiplier(IBlockAccess blockAccess, int x, int y, int z)
      Description copied from class: Block
      Returns a integer with hex for 0xrrggbb with this color multiplied against the blocks color. Note only called when first determining what to render.
      Overrides:
      colorMultiplier in class Block