Class ConstructorBossEnemy
java.lang.Object
com.prineside.tdi2.Registrable
com.prineside.tdi2.Enemy
com.prineside.tdi2.enemies.bosses.ConstructorBossEnemy
- All Implemented Interfaces:
 com.badlogic.gdx.utils.Pool.Poolable,com.esotericsoftware.kryo.KryoSerializable,ScheduledUpdater.Updatable
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from class com.prineside.tdi2.Enemy
Enemy.EnemyReference, Enemy.Factory<T extends Enemy> - 
Field Summary
FieldsModifier and TypeFieldDescriptioncom.badlogic.gdx.utils.Array<Enemy>booleanbooleanbooleanbooleanfloatfloatfloatfloatFields inherited from class com.prineside.tdi2.Enemy
angle, bounty, buffBlizzardActive, buffFreezingLightningLengthBonus, buffFreezingPercent, buffFreezingPoisonDurationBonus, buffRegenerationParticle, buffsAppliedByType, buffsByType, buffSnowballActive, buffSnowballHits, buffStunActive, buffStunCount, buffStunCountByTower, buffStunImmunity, buffThrowBackAffectedBy, crusherTowerTarget, crusherTowerVulnerability, disabled, drawAngle, drawPosition, drawScale, existsTime, gaussMiningSpeedGiven, graphPath, HEALTH_BAR_BACKGROUND_COLOR, healthBarInvisible, healthBarScale, id, ignoredByAutoWaveCall, ignorePathfinding, killScore, loot, lowAimPriority, maxHealth, notAffectsWaveKillCounter, passedTiles, pathSearches, setUpByEnemySystem, sideShiftIndex, spawnTile, sumPassedTiles, type, UNREGISTERED_ID, userData, visible, wasAimedAtWithChainReactionBuff, wasStunnedByGauss, waveFields inherited from class com.prineside.tdi2.Registrable
S - 
Method Summary
Modifier and TypeMethodDescriptionvoidchangeSpeedTo(float toSpeed, float deltaTime) voiddrawBatch(com.badlogic.gdx.graphics.g2d.Batch batch, float deltaTime) booleanfloatgetAbilityVulnerability(AbilityType abilityType) floatfloatgetSize()Радиус врага в пикселяхfloatfloatgiveDamage(Tower tower, float damage, DamageType damageType) Вызывать только через enemySystembooleanbooleanvoidread(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) voidreset()Resets the object for reuse.voidwrite(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output) Methods inherited from class com.prineside.tdi2.Enemy
addLoot, applyDrawInterpolation, canBeAttackedBy, canBeBuffed, canHaveRandomSideShift, drawBatchAdditive, drawHealth, getBreakParticle, getBuffedDamageMultiplier, getBuffedSpeed, getBuffsByTypeOrNull, getBuffVulnerability, getColor, getCurrentTile, getEmojiTexture, getHealth, getHighlightTexture, getHitParticle, getKillExp, getKillScore, getPassedTilesDelta, getPosition, getSpeed, getTexture, getTowerDamageMultiplier, getUserData, hasBuffsByType, initBuffsByTypeArray, isAir, isVulnerableTo, isVulnerableToSpecial, onPositionSetToPath, onPreDie, onSpawned, scheduledUpdatableGetId, scheduledUpdatableSetId, scheduledUpdate, setHealth, setKillExp, setMaxHealth, setPosition, setPosition, setPositionToPath, setSpeed, setUnregistered, setUserData, updateMethods inherited from class com.prineside.tdi2.Registrable
isRegistered, setRegistered 
- 
Field Details
- 
enemiesToSpawn
 - 
spawningTime
public float spawningTime - 
timeSinceCreepSpawn
public float timeSinceCreepSpawn - 
spawnDelayBeforeTime
public float spawnDelayBeforeTime - 
spawnDelayAfterTime
public float spawnDelayAfterTime - 
groupSpawned75hp
public boolean groupSpawned75hp - 
groupSpawned50hp
public boolean groupSpawned50hp - 
groupSpawned25hp
public boolean groupSpawned25hp - 
invulnerable
public boolean invulnerable - 
processor
 
 - 
 - 
Method Details
- 
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)  - 
read
public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input)  - 
reset
public void reset()Description copied from interface:com.badlogic.gdx.utils.Pool.PoolableResets the object for reuse. Object references should be nulled and fields may be set to default values. - 
hasDrawPriority
public boolean hasDrawPriority()- Specified by:
 hasDrawPriorityin classEnemy
 - 
getAbilityVulnerability
- Overrides:
 getAbilityVulnerabilityin classEnemy
 - 
changeSpeedTo
public void changeSpeedTo(float toSpeed, float deltaTime)  - 
getSize
public float getSize()Description copied from class:EnemyРадиус врага в пикселях - 
getSquaredSize
public float getSquaredSize()- Overrides:
 getSquaredSizein classEnemy
 - 
giveDamage
Description copied from class:EnemyВызывать только через enemySystem- Overrides:
 giveDamagein classEnemy
 - 
getBaseDamage
public float getBaseDamage()- Overrides:
 getBaseDamagein classEnemy
 - 
isInvulnerable
public boolean isInvulnerable() - 
drawBatch
public void drawBatch(com.badlogic.gdx.graphics.g2d.Batch batch, float deltaTime)  - 
dynamicPathfindingAllowed
public boolean dynamicPathfindingAllowed()- Overrides:
 dynamicPathfindingAllowedin classEnemy
 
 -