HyCodeYourTale
classpublicPriority 2

DeployableAoeConfig

com.hypixel.hytale.builtin.deployables.config.DeployableAoeConfig

extends DeployableConfig

2

Methods

2

Public Methods

13

Fields

1

Constructors

Constants

BuilderCodec<DeployableAoeConfig>CODEC= BuilderCodec.builder( DeployableAoeConfig.class, DeployableAoeConfig::new, DeployableCon...

Constructors

protected
DeployableAoeConfig()

Methods

Public Methods (2)

public
void accept(Ref<EntityStore> entityStoreRef)
public
String toString()
@Override

Fields

Protected Fields (13)

protectedboolean attackEnemies
protectedboolean attackOwner
protectedboolean attackTeam
protectedfloat damageAmount
protectedString damageCause
protectedfloat damageInterval
protectedString[] effectsToApply
protectedfloat endRadius
protectedfloat height
protectedDamageCause processedDamageCause
protectedfloat radiusChangeTime
protectedDeployableAoeConfig.Shape shape
protectedfloat startRadius

Related Classes