Class ConstructorBossEnemy
java.lang.Object
com.prineside.tdi2.Registrable
com.prineside.tdi2.Enemy
com.prineside.tdi2.enemies.bosses.ConstructorBossEnemy
- All Implemented Interfaces:
 KryoSerializable
- 
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 TypeFieldDescriptionintbooleanbooleanbooleanbooleanfloatfloatfloatfloatFields inherited from class com.prineside.tdi2.Enemy
angle, ATTACHED_PARTICLE_REGENERATION_BUFF, attachedParticles, bounty, buffFreezingLightningLengthBonus, buffFreezingPercent, buffFreezingPoisonDurationBonus, buffsAppliedByType, buffsByType, buffSnowballHits, caughtByCrushersSet, chasedByCrusher, disabled, drawAngle, drawPosition, drawScale, existsTime, gaveMiningSpeedForGauss, graphPath, HEALTH_BAR_BACKGROUND_COLOR, healthBarInvisible, healthBarScale, id, ignitionIncreasedLastFrame, ignitionProgress, ignoredByAutoWaveCall, ignoredOnGameOverNoEnemies, ignorePathfinding, invisible, killScore, loot, lowAimPriority, maxHealth, multishotTowerHits, notAffectsWaveKillCounter, otherEnemiesNearby, passedTiles, pathSearches, sideShiftIndex, spawnTile, stunDebuffStats, sumPassedTiles, thrownBackBy, totalCatchesByCrushers, type, UNREGISTERED_ID, wasAimedAtWithChainReactionBuff, wasStunnedByGauss, waveFields inherited from class com.prineside.tdi2.Registrable
S - 
Method Summary
Modifier and TypeMethodDescriptionvoidchangeSpeedTo(float toSpeed, float deltaTime) voidbooleanfloatgetAbilityVulnerability(AbilityType abilityType) floatfloatgetSize()Enemy's radius in pxfloatfloatgiveDamage(Tower tower, float damage, DamageType damageType) Do not call directly, use EnemySystem method insteadbooleanbooleanbooleanbooleanvoidvoidMethods 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, giveDamageRaw, hasBuffsByType, initBuffsByTypeArray, isAir, isVulnerableTo, isVulnerableToSpecial, onPositionSetToPath, onPreDie, onSpawned, setHealth, setKillExp, setMaxHealth, setPosition, setPosition, setPositionToPath, setSpeed, setUserData, updateMethods inherited from class com.prineside.tdi2.Registrable
isRegistered, setRegistered, setUnregistered 
- 
Field Details
- 
enemiesToSpawn
 - 
enemiesToSpawnStartCount
public int enemiesToSpawnStartCount - 
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
- Specified by:
 writein interfaceKryoSerializable- Overrides:
 writein classEnemy
 - 
read
- Specified by:
 readin interfaceKryoSerializable- Overrides:
 readin classEnemy
 - 
hasDrawPriority
public boolean hasDrawPriority()- Specified by:
 hasDrawPriorityin classEnemy
 - 
isBossRelated
public boolean isBossRelated()- Overrides:
 isBossRelatedin classEnemy
 - 
isBossMainBodyPart
public boolean isBossMainBodyPart()- Overrides:
 isBossMainBodyPartin classEnemy
 - 
getAbilityVulnerability
- Overrides:
 getAbilityVulnerabilityin classEnemy
 - 
changeSpeedTo
public void changeSpeedTo(float toSpeed, float deltaTime)  - 
getSize
public float getSize()Description copied from class:EnemyEnemy's radius in px - 
getSquaredSize
public float getSquaredSize()- Overrides:
 getSquaredSizein classEnemy
 - 
giveDamage
Description copied from class:EnemyDo not call directly, use EnemySystem method instead- Overrides:
 giveDamagein classEnemy
 - 
getBaseDamage
public float getBaseDamage()- Overrides:
 getBaseDamagein classEnemy
 - 
isInvulnerable
public boolean isInvulnerable() - 
drawBatch
 - 
dynamicPathfindingAllowed
public boolean dynamicPathfindingAllowed()- Overrides:
 dynamicPathfindingAllowedin classEnemy
 
 -