HyCodeYourTale
classpublicPriority 3

ApplicationEffects

com.hypixel.hytale.server.core.asset.type.entityeffect.config.ApplicationEffects

implements NetworkSerializable

4

Methods

4

Public Methods

17

Fields

1

Constructors

Constants

BuilderCodec<ApplicationEffects>CODEC= BuilderCodec.builder(ApplicationEffects.class, ApplicationEffects::new) .appendInherited( ...

Constructors

protected
ApplicationEffects()

Methods

Public Methods (4)

public
float getHorizontalSpeedMultiplier()
public
float getKnockbackMultiplier()
public
com.hypixel.hytale.protocol.ApplicationEffects toPacket()
@Nonnull
public
String toString()
@Nonnull@Override

Fields

Protected Fields (15)

protectedAbilityEffects abilityEffects
protectedString entityAnimationId
protectedColor entityBottomTint
protectedColor entityTopTint
protectedModelParticle[] firstPersonParticles
protectedfloat horizontalSpeedMultiplier
protectedfloat knockbackMultiplier
protectedString modelVFXId
protectedMovementEffects movementEffects
protectedModelParticle[] particles
protectedString screenEffect
protectedString soundEventIdLocal
protectedString soundEventIdWorld
protectedtransient int soundEventIndexLocal
protectedtransient int soundEventIndexWorld

Private/Package Fields (2)

privatefloat mouseSensitivityAdjustmentDuration
privatefloat mouseSensitivityAdjustmentTarget

Related Classes