Class PartyDataCallBackRunnable

java.lang.Object
de.simonsator.partyandfriendsgui.api.datarequest.party.PartyDataCallBackRunnable

public abstract class PartyDataCallBackRunnable
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    PartyDataCallBackRunnable()  
  • Method Summary

    Modifier and Type Method Description
    abstract void onCallback​(org.bukkit.entity.Player pPlayer, PartyData pParty, int pId)
    This method will be executed when the spigot server receives the party data from the bungeecord

    Methods inherited from class java.lang.Object

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

    • PartyDataCallBackRunnable

      public PartyDataCallBackRunnable()
  • Method Details

    • onCallback

      public abstract void onCallback​(org.bukkit.entity.Player pPlayer, PartyData pParty, int pId)
      This method will be executed when the spigot server receives the party data from the bungeecord
      Parameters:
      pPlayer - The player for whom the information was asked
      pParty - The data of the party
      pId - An id which was created when the callback was registered to identify the request