Class ScrowAPI

java.lang.Object
de.kentoj.scrow.velocity.ScrowAPI

public class ScrowAPI extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static de.kentoj.scrowlib.player.NetworkPlayer
    getPlayer(com.velocitypowered.api.proxy.Player player)
     
    static de.kentoj.scrowlib.player.NetworkPlayer
     
    static void
    setCommandApi(de.kentoj.kencommandapi.CommandAPI commandApi)
     
    static void
    setInstanceManager(de.kentoj.scrowlib.instancemanager.InstanceManager instanceManager)
     
    static void
    setJdbi(org.jdbi.v3.core.Jdbi jdbi)
     
    static void
    setMessageBroker(de.kentoj.scrowlib.messaging.MessageBroker messageBroker)
     
    static void
    setPlayerFactory(de.kentoj.scrowlib.player.NetworkPlayerFactory playerFactory)
     

    Methods inherited from class java.lang.Object

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

    • ScrowAPI

      public ScrowAPI()
  • Method Details

    • getPlayer

      public static de.kentoj.scrowlib.player.NetworkPlayer getPlayer(com.velocitypowered.api.proxy.Player player)
    • getPlayer

      public static de.kentoj.scrowlib.player.NetworkPlayer getPlayer(UUID uuid)
    • setCommandApi

      @Internal public static void setCommandApi(de.kentoj.kencommandapi.CommandAPI commandApi)
    • setMessageBroker

      @Internal public static void setMessageBroker(de.kentoj.scrowlib.messaging.MessageBroker messageBroker)
    • setInstanceManager

      @Internal public static void setInstanceManager(de.kentoj.scrowlib.instancemanager.InstanceManager instanceManager)
    • setJdbi

      @Internal public static void setJdbi(org.jdbi.v3.core.Jdbi jdbi)
    • setPlayerFactory

      @Internal public static void setPlayerFactory(de.kentoj.scrowlib.player.NetworkPlayerFactory playerFactory)