Package mindustry.ai

Class UnitStance

All Implemented Interfaces:
Comparable<Content>

public class UnitStance extends MappableContent
  • Field Details

    • stop

      public static UnitStance stop
    • shoot

      public static UnitStance shoot
    • holdFire

      public static UnitStance holdFire
    • pursueTarget

      public static UnitStance pursueTarget
    • patrol

      public static UnitStance patrol
    • ram

      public static UnitStance ram
    • icon

      public String icon
      Name of UI icon (from Icon class).
    • keybind

      @Nullable public Binding keybind
      Key to press for this stance.
  • Constructor Details

  • Method Details

    • localized

      public String localized()
    • getIcon

      public arc.scene.style.TextureRegionDrawable getIcon()
    • getEmoji

      public char getEmoji()
    • getContentType

      public ContentType getContentType()
      Description copied from class: Content
      Returns the type name of this piece of content. This should return the same value for all instances of this content type.
      Specified by:
      getContentType in class Content
    • toString

      public String toString()
      Overrides:
      toString in class MappableContent
    • loadAll

      public static void loadAll()