Class PlayerManager

java.lang.Object
fr.dreamin.dreamvoice.api.player.model.PlayerManager

public abstract class PlayerManager extends Object
Abstract lifecycle controller attached to a VPlayer.
  • Field Details

    • vPlayer

      @NotNull protected final @NotNull VPlayer vPlayer
  • Constructor Details

    • PlayerManager

      public PlayerManager()
  • Method Details

    • init

      public abstract void init()
      Called when the manager is attached to the player.
    • close

      public abstract void close()
      Called when the manager is detached or the player disconnects.