HyCodeYourTale
classpublicPriority 3

AmbienceFXSound

com.hypixel.hytale.server.core.asset.type.ambiencefx.config.AmbienceFXSound

implements NetworkSerializable

9

Methods

9

Public Methods

8

Fields

2

Constructors

Constants

BuilderCodec<AmbienceFXSound>CODEC= BuilderCodec.builder(AmbienceFXSound.class, AmbienceFXSound::new) .append( new Key...
RangefDEFAULT_FREQUENCY= new Rangef(1.0F, 10.0F)
RangeDEFAULT_RADIUS= new Range(0, 24)

Constructors

protected
AmbienceFXSound()
public
AmbienceFXSound(String soundEventId, AmbienceFXSoundPlay3D play3D, String blockSoundSetId, AmbienceFXAltitude altitude, Rangef frequency, Range radius)

Methods

Public Methods (9)

public
AmbienceFXAltitude getAltitude()
public
String getBlockSoundSetId()
public
Rangef getFrequency()
public
AmbienceFXSoundPlay3D getPlay3D()
public
Range getRadius()
public
String getSoundEventId()
public
int getSoundEventIndex()
public
com.hypixel.hytale.protocol.AmbienceFXSound toPacket()
@Nonnull
public
String toString()
@Nonnull@Override

Fields

Protected Fields (8)

protectedAmbienceFXAltitude altitude
protectedString blockSoundSetId
protectedtransient int blockSoundSetIndex
protectedRangef frequency
protectedAmbienceFXSoundPlay3D play3D
protectedRange radius
protectedString soundEventId
protectedtransient int soundEventIndex

Related Classes