Class Door

All Implemented Interfaces:
Comparable<Content>, Senseable

public class Door extends Wall
  • Field Details

    • rect

      protected static final arc.math.geom.Rect rect
    • doorQueue

      protected static final arc.struct.Queue<Door.DoorBuild> doorQueue
    • timerToggle

      public final int timerToggle
    • openfx

      public Effect openfx
    • closefx

      public Effect closefx
    • doorSound

      public arc.audio.Sound doorSound
    • chainEffect

      public boolean chainEffect
    • openRegion

      public arc.graphics.g2d.TextureRegion openRegion
  • Constructor Details

    • Door

      public Door(String name)
  • Method Details