Class AmbientEmitterComponent
java.lang.Object
com.hypixel.hytale.builtin.ambience.components.AmbientEmitterComponent
- All Implemented Interfaces:
Component<EntityStore>,Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BuilderCodec<AmbientEmitterComponent> private Stringprivate Ref<EntityStore> Fields inherited from interface com.hypixel.hytale.component.Component
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()voidsetSoundEventId(String soundEventId) voidsetSpawnedEmitter(Ref<EntityStore> spawnedEmitter) Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.component.Component
cloneSerializable
-
Field Details
-
CODEC
-
soundEventId
-
spawnedEmitter
-
-
Constructor Details
-
AmbientEmitterComponent
public AmbientEmitterComponent()
-
-
Method Details
-
getComponentType
-
getSoundEventId
-
setSoundEventId
-
getSpawnedEmitter
-
setSpawnedEmitter
-
clone
- Specified by:
clonein interfaceComponent<EntityStore>- Overrides:
clonein classObject
-