Uses of Class
com.starpoints.game.AbstractLevelInfo
-
Packages that use AbstractLevelInfo Package Description com.starpoints.editor Contains classes for the level editor.com.starpoints.game Contains the classes for the StarpointArena game.com.starpoints.io Contains readers and writers for different file based info objects. -
-
Uses of AbstractLevelInfo in com.starpoints.editor
Methods in com.starpoints.editor with parameters of type AbstractLevelInfo Modifier and Type Method Description protected voidStarpointEditor. insertLevelInfo(AbstractLevelInfo levelInfo)Inserts a new LevelInfo behind the currently selected and selects it. -
Uses of AbstractLevelInfo in com.starpoints.game
Subclasses of AbstractLevelInfo in com.starpoints.game Modifier and Type Class Description classFlashAnimationInfoFlash Animation and game entry information.classLevelInfoContainer for level initializations.classShopInfoContainer for shop initializations.Fields in com.starpoints.game declared as AbstractLevelInfo Modifier and Type Field Description protected AbstractLevelInfoGame. currentLevelInfoThe current Levelinfo.Fields in com.starpoints.game with type parameters of type AbstractLevelInfo Modifier and Type Field Description protected java.util.LinkedList<AbstractLevelInfo>LevelSet. levelsMethods in com.starpoints.game that return AbstractLevelInfo Modifier and Type Method Description AbstractLevelInfoGame. getCurrentLevelInfo()Gets the Info for the currently selected level (or shop or FlashAnimation).AbstractLevelInfoLevelSet. getLevelInfo(int index)AbstractLevelInfoUpdateInfo. getLevelInfo()Gets the current level info.protected AbstractLevelInfoGame. readNextLevelInfo()Reads the next levelInfo from the specified ini file name.Methods in com.starpoints.game that return types with arguments of type AbstractLevelInfo Modifier and Type Method Description java.util.List<AbstractLevelInfo>LevelSet. getLevelInfos()Methods in com.starpoints.game with parameters of type AbstractLevelInfo Modifier and Type Method Description voidLevelSet. addLevelInfo(AbstractLevelInfo level)voidLevelSet. insertLevelInfo(AbstractLevelInfo levelInfo, int index)voidLevelSet. removeLevelInfo(AbstractLevelInfo level)voidLevelSet. setLevelInfo(int index, AbstractLevelInfo levelInfo)Constructors in com.starpoints.game with parameters of type AbstractLevelInfo Constructor Description UpdateInfo(Level levelUpdate, AbstractLevelInfo levelInfo, Field fieldUpdate, SoundFxUpdate soundUpdate, EffectsInfo effectsUpdate, AnimationInfo animation, int roundCount, java.util.List<Figure> figures, int levelCount, int modeCount, boolean isTutorial, boolean isShowingFlashAnimation, int flashAnimationIndex, GameMode gameState, java.lang.String message, int messageColor, int playerCount, Figure lastWinner, boolean isShowingFigureVisisbility, boolean isFlashing, boolean isGameFinished, Shop shop)Creates a new UpdateInfo. -
Uses of AbstractLevelInfo in com.starpoints.io
Methods in com.starpoints.io that return AbstractLevelInfo Modifier and Type Method Description AbstractLevelInfoLevelReader. readLevelInfo(java.io.BufferedReader dis, int n)Reads the nth level info from the ini file.Methods in com.starpoints.io with parameters of type AbstractLevelInfo Modifier and Type Method Description protected voidLevelWriter. writeLevelInfo(AbstractLevelInfo ali, java.io.BufferedWriter dis)Writes a level info.
-