Package com.prineside.tdi2.systems
Class BuffSystem
java.lang.Object
com.prineside.tdi2.Registrable
com.prineside.tdi2.GameSystem
com.prineside.tdi2.systems.BuffSystem
- All Implemented Interfaces:
 Disposable,KryoSerializable
- 
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class com.prineside.tdi2.Registrable
S - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanvoiddispose()Releases all resources of this object.getProcessor(BuffType buffType) voidvoidsetup()Произвести начальную настройку системы.voidupdate(float deltaTime) voidMethods inherited from class com.prineside.tdi2.GameSystem
getFastStateHash, postSetup, postStateRestore, profileUpdateMethods inherited from class com.prineside.tdi2.Registrable
isRegistered, setRegistered, setUnregistered 
- 
Field Details
- 
P_FREEZING
 - 
P_POISON
 - 
P_BURN
 - 
P_BLIZZARD
 - 
P_ARMOR
 - 
P_SNOWBALL
 - 
P_REGENERATION
 - 
P_THROW_BACK
 - 
P_STUN
 - 
P_BONUS_COINS
 - 
P_BONUS_XP
 - 
P_DEATH_EXPLOSION
 - 
P_CHAIN_REACTION
 - 
P_VULNERABILITY
 - 
P_INVULNERABILITY
 - 
P_SLIPPING
 - 
P_NO_DAMAGE
 - 
P_NO_BONUS_SYSTEM_POINTS
 
 - 
 - 
Constructor Details
- 
BuffSystem
public BuffSystem() 
 - 
 - 
Method Details
- 
write
- Specified by:
 writein interfaceKryoSerializable- Overrides:
 writein classRegistrable
 - 
read
- Specified by:
 readin interfaceKryoSerializable- Overrides:
 readin classRegistrable
 - 
affectsGameState
public boolean affectsGameState()- Specified by:
 affectsGameStatein classGameSystem
 - 
setup
public void setup()Description copied from class:GameSystemПроизвести начальную настройку системы. На момент вызова этого метода, systemProvider содержит объекты всех систем.- Overrides:
 setupin classGameSystem
 - 
getProcessor
 - 
update
public void update(float deltaTime) - Overrides:
 updatein classGameSystem
 - 
getSystemName
- Specified by:
 getSystemNamein classGameSystem
 - 
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.utils.DisposableReleases all resources of this object.- Specified by:
 disposein interfaceDisposable- Overrides:
 disposein classGameSystem
 
 -