Class StaticWall

All Implemented Interfaces:
Comparable<Content>, Senseable
Direct Known Subclasses:
StaticTree

public class StaticWall extends Prop
  • Field Details

  • Constructor Details

    • StaticWall

      public StaticWall(String name)
  • Method Details

    • drawBase

      public void drawBase(Tile tile)
      Overrides:
      drawBase in class Prop
    • load

      public void load()
      Description copied from class: Content
      Called after all content is created, only on non-headless versions. Use for loading regions or other image data.
      Overrides:
      load in class Block