java.lang.Object
de.kaiserpfalzedv.rpg.torg.model.actors.Other

public class Other extends Object
Other --
Since:
1.3.0 2021-06-04
Author:
klenkes74 <rlichti@kaiserpfalz-edv.de>
  • Constructor Details

    • Other

      public Other(int move, int run, int toughness, int armor, int sizeBonus, String cosm, int possibilities, int posibilities)
    • Other

      public Other()
  • Method Details

    • getCosm

      public Optional<Cosm> getCosm()
    • builder

      public static Other.OtherBuilder builder()
    • toBuilder

      public Other.OtherBuilder toBuilder()
    • getMove

      public int getMove()
    • getRun

      public int getRun()
    • getToughness

      public int getToughness()
    • getArmor

      public int getArmor()
    • getSizeBonus

      public int getSizeBonus()
    • getPossibilities

      public int getPossibilities()
    • getPosibilities

      public int getPosibilities()
    • toString

      public String toString()
      Overrides:
      toString in class Object