HyCodeYourTale
classpublicPriority 1

GatheringEffectsConfig

com.hypixel.hytale.server.core.asset.type.gameplay.GatheringEffectsConfig

3

Methods

3

Public Methods

3

Fields

1

Constructors

Constants

BuilderCodec<GatheringEffectsConfig>CODEC= BuilderCodec.builder(GatheringEffectsConfig.class, GatheringEffectsConfig::new) .append( ...

Constructors

public
GatheringEffectsConfig()

Methods

Public Methods (3)

public
String getParticleSystemId()
public
String getSoundEventId()
public
int getSoundEventIndex()

Fields

Protected Fields (3)

protectedString particleSystemId
protectedString soundEventId
protectedtransient int soundEventIndex

Related Classes