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)
protected
AbilityEffects abilityEffectsprotected
String entityAnimationIdprotected
Color entityBottomTintprotected
Color entityTopTintprotected
ModelParticle[] firstPersonParticlesprotected
float horizontalSpeedMultiplierprotected
float knockbackMultiplierprotected
String modelVFXIdprotected
MovementEffects movementEffectsprotected
ModelParticle[] particlesprotected
String screenEffectprotected
String soundEventIdLocalprotected
String soundEventIdWorldprotected
transient int soundEventIndexLocalprotected
transient int soundEventIndexWorldPrivate/Package Fields (2)
private
float mouseSensitivityAdjustmentDurationprivate
float mouseSensitivityAdjustmentTarget