Package com.prineside.tdi2.systems
Class StatisticsSystem
java.lang.Object
com.prineside.tdi2.Registrable
com.prineside.tdi2.GameSystem
com.prineside.tdi2.systems.StatisticsSystem
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
,com.esotericsoftware.kryo.KryoSerializable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static interface
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
Fields inherited from class com.prineside.tdi2.Registrable
S
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addStatistic
(StatisticsType type, double delta) boolean
void
dispose()
Releases all resources of this object.void
Добавить статистические значения в объект BasicLevel (если это режим BASIC_LEVEL) и в менеджер статистики.double
double[]
double
getStatistic
(StatisticsType type) void
read
(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) void
setStatistic
(StatisticsType type, double value) void
setup()
Произвести начальную настройку системы.void
update
(float deltaTime) void
write
(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output) Methods inherited from class com.prineside.tdi2.GameSystem
getFastStateHash, postSetup, postStateRestore, profileUpdate
Methods inherited from class com.prineside.tdi2.Registrable
isRegistered, setRegistered, setUnregistered
-
Field Details
-
replayChartFrameCounter
public int replayChartFrameCounter -
listeners
-
-
Constructor Details
-
StatisticsSystem
public StatisticsSystem()
-
-
Method Details
-
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output) - Specified by:
write
in interfacecom.esotericsoftware.kryo.KryoSerializable
- Overrides:
write
in classRegistrable
-
read
public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) - Specified by:
read
in interfacecom.esotericsoftware.kryo.KryoSerializable
- Overrides:
read
in classRegistrable
-
affectsGameState
public boolean affectsGameState()- Specified by:
affectsGameState
in classGameSystem
-
setup
public void setup()Description copied from class:GameSystem
Произвести начальную настройку системы. На момент вызова этого метода, systemProvider содержит объекты всех систем.- Overrides:
setup
in classGameSystem
-
getCurrentReplayChart
-
getCurrentReplayChartValues
-
getBestReplay
- Returns:
- null, если не найдено
-
setStatistic
-
getStatistic
-
addStatistic
-
getCurrentGameStatistic
- Returns:
- статистику текущего уровня
-
getCurrentGameStatistics
public double[] getCurrentGameStatistics() -
flushStatistics
public void flushStatistics()Добавить статистические значения в объект BasicLevel (если это режим BASIC_LEVEL) и в менеджер статистики. После этого стоит сохранить уровни (BasicLevelManager#save()). Стоит вызывать только в конце игры. -
update
public void update(float deltaTime) - Overrides:
update
in classGameSystem
-
getSystemName
- Specified by:
getSystemName
in classGameSystem
-
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.utils.Disposable
Releases all resources of this object.- Specified by:
dispose
in interfacecom.badlogic.gdx.utils.Disposable
- Overrides:
dispose
in classGameSystem
-