Class SoundAction

  • All Implemented Interfaces:

    
    public final class SoundAction
    extends Action<Player>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String IDENTIFIER
    • Constructor Summary

      Constructors 
      Constructor Description
      SoundAction(ActionMeta<Player> meta)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit run(Player player, Context<Player> context)
      • Methods inherited from class me.gabytm.util.actions.actions.Action

        getMeta
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SoundAction

        SoundAction(ActionMeta<Player> meta)
    • Method Detail

      • run

         Unit run(Player player, Context<Player> context)