HyCodeYourTale
classpublicPriority 2

DeployableTurretConfig

com.hypixel.hytale.builtin.deployables.config.DeployableTurretConfig

extends DeployableConfig

1

Methods

1

Public Methods

19

Fields

1

Constructors

Constants

BuilderCodec<DeployableTurretConfig>CODEC= BuilderCodec.builder( DeployableTurretConfig.class, DeployableTurretConfig::new, Deploya...

Constructors

public
DeployableTurretConfig()

Methods

Public Methods (1)

public
String toString()
@Override

Fields

Protected Fields (19)

protectedint ammo
protectedfloat burstCooldown
protectedint burstCount
protectedboolean canShootOwner
protectedfloat deployDelay
protectedfloat detectionRadius
protectedboolean doLineOfSightTest
protectedboolean preferOwnerTarget
protectedProjectileConfig projectileConfig
protectedfloat projectileDamage
protectedString projectileHitLocalSoundEventId
protectedint projectileHitLocalSoundEventIndex
protectedString projectileHitWorldSoundEventId
protectedint projectileHitWorldSoundEventIndex
protectedKnockback projectileKnockback
protectedboolean respectTeams
protectedfloat rotationSpeed
protectedfloat shotInterval
protectedfloat trackableRadius

Related Classes