Class Switches.Entry

java.lang.Object
net.mtrop.doom.texture.Switches.Entry
All Implemented Interfaces:
BinaryObject
Enclosing class:
Switches

public static class Switches.Entry extends Object implements BinaryObject
Entry for Switches.
  • Field Details

    • LENGTH

      public static final int LENGTH
      Length of a single entry in bytes.
      See Also:
    • offName

      protected String offName
      The "off" texture name.
    • onName

      protected String onName
      The "on" texture name.
    • game

      protected Switches.Game game
      The game that this is used for.
  • Method Details