Class PlayerContext

java.lang.Object
ru.dragonestia.msb3.api.player.PlayerContext
Direct Known Subclasses:
DebugParamsContext, KeyedBossBarContext, NavigatorContext, PlayerQuestContext, PlayerScriptContext, TalksContext

public abstract class PlayerContext extends Object
  • Constructor Details

    • PlayerContext

      public PlayerContext(MsbPlayer player)
  • Method Details

    • init

      public abstract void init()
    • firstSpawn

      public void firstSpawn()
    • dispose

      public abstract void dispose()
    • of

      public static <T extends PlayerContext> T of(net.minestom.server.entity.Player player, Class<T> clazz)