ActionPlaySound

public class ActionPlaySound extends ActionBase

Class ActionPlaySound. Provides actionplaysound functionality for the Hytale server.

java.lang.Object > ActionBase > ActionPlaySound

Field Summary

transformComponent

final TransformComponent transformComponent

Field transformComponent.

npcComponent

final NPCEntity npcComponent

Field npcComponent.

position

final Vector3d position

Field position.

Method Detail

ActionPlaySound

public public ActionPlaySound (@Nonnull final BuilderActionPlaySound builderActionPlaySound, @Nonnull final BuilderSupport support)

Method ActionPlaySound.

Parameters:
@Nonnull final BuilderActionPlaySound builderActionPlaySound
@Nonnull final BuilderSupport support

execute

public boolean execute (@Nonnull final Ref ref, @Nonnull final Role role, final InfoProvider sensorInfo, final double dt, @Nonnull final Store store)

Method execute.

Parameters:
@Nonnull final Ref ref
@Nonnull final Role role
final InfoProvider sensorInfo
final double dt
@Nonnull final Store store