Class CommunicationTaskGUI

    • Field Summary

      • Fields inherited from class de.simonsator.partyandfriends.communication.communicationtasks.CommunicationTask

        NAME
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CommunicationTaskGUI​(java.lang.String pName)  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void executeTask​(OnlinePAFPlayer pPlayer, net.md_5.bungee.api.connection.Server pServer, com.google.gson.JsonObject pParameter)  
      • Methods inherited from class java.lang.Object

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

      • CommunicationTaskGUI

        protected CommunicationTaskGUI​(java.lang.String pName)
    • Method Detail

      • executeTask

        public abstract void executeTask​(OnlinePAFPlayer pPlayer,
                                         net.md_5.bungee.api.connection.Server pServer,
                                         com.google.gson.JsonObject pParameter)