Class LongPowerNode

All Implemented Interfaces:
Comparable<Content>, Senseable

public class LongPowerNode extends PowerNode
  • Field Details

    • glow

      public TextureRegion glow
    • glowColor

      public Color glowColor
    • glowScl

      public float glowScl
    • glowMag

      public float glowMag
  • Constructor Details

    • LongPowerNode

      public LongPowerNode(String name)
  • Method Details

    • 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