Class TallBlock

All Implemented Interfaces:
Comparable<Content>, Senseable

public class TallBlock extends Block
  • Field Details

    • shadowOffset

      public float shadowOffset
    • layer

      public float layer
    • rotationRand

      public float rotationRand
    • shadowAlpha

      public float shadowAlpha
  • Constructor Details

    • TallBlock

      public TallBlock(String name)
  • Method Details

    • init

      public void init()
      Description copied from class: Block
      Called after all blocks are created.
      Overrides:
      init in class Block
    • drawBase

      public void drawBase(Tile tile)
      Overrides:
      drawBase in class Block
    • drawShadow

      public void drawShadow(Tile tile)
      Overrides:
      drawShadow in class Block
    • icons

      public TextureRegion[] icons()
      Overrides:
      icons in class Block