Class ShallowLiquid

All Implemented Interfaces:
Comparable<Content>, Senseable

public class ShallowLiquid extends Floor
Blends water together with a standard floor. No new mechanics.
  • Field Details

  • Constructor Details

    • ShallowLiquid

      public ShallowLiquid(String name)
  • Method Details

    • set

      public void set(Block liquid, Block floor)
    • createIcons

      public void createIcons(MultiPacker packer)
      Description copied from class: UnlockableContent
      Generate any special icons for this content. Called synchronously. No regions are loaded at this point; grab pixmaps from the packer.
      Overrides:
      createIcons in class Floor