classpublicPriority 3
AmbienceFXSoundEffect
com.hypixel.hytale.server.core.asset.type.ambiencefx.config.AmbienceFXSoundEffect
implements NetworkSerializable
7
Methods
7
Public Methods
5
Fields
2
Constructors
Constants
BuilderCodec<AmbienceFXSoundEffect>CODEC= BuilderCodec.builder(AmbienceFXSoundEffect.class, AmbienceFXSoundEffect::new)
.appendInheri...
Constructors
protected
AmbienceFXSoundEffect()public
AmbienceFXSoundEffect(String reverbEffectId, String equalizerEffectId, boolean isInstant)Methods
Public Methods (7)
public
String getEqualizerEffectId()@Nullable
public
int getEqualizerEffectIndex()public
String getReverbEffectId()@Nullable
public
int getReverbEffectIndex()public
boolean isInstant()public
com.hypixel.hytale.protocol.AmbienceFXSoundEffect toPacket()@Nonnull
public
String toString()@Nonnull@Override
Fields
Protected Fields (5)
protected
String equalizerEffectIdprotected
transient int equalizerEffectIndexprotected
boolean isInstantprotected
String reverbEffectIdprotected
transient int reverbEffectIndex