Class ChooseGameInfo.Story

java.lang.Object
zombie.gameStates.ChooseGameInfo.Story
Enclosing class:
ChooseGameInfo

public class ChooseGameInfo.Story
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.lang.String dir  
    Texture tex  
  • Constructor Summary

    Constructors
    Constructor Description
    Story​(java.lang.String string)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDescription()  
    java.lang.String getMap()  
    java.lang.String getName()  
    Texture getTexture()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • dir

      public java.lang.String dir
    • tex

      public Texture tex
  • Constructor Details

    • Story

      public Story​(java.lang.String string)
  • Method Details

    • getTexture

      public Texture getTexture()
    • getName

      public java.lang.String getName()
    • getDescription

      public java.lang.String getDescription()
    • getMap

      public java.lang.String getMap()