Class CommunicationTask

    • Constructor Summary

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

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract void executeTask​(org.bukkit.entity.Player pPlayer, com.google.gson.JsonObject pJObj)  
      boolean isApplicable​(java.lang.String pName)  
      • Methods inherited from class java.lang.Object

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

      • CommunicationTask

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

      • executeTask

        public abstract void executeTask​(org.bukkit.entity.Player pPlayer,
                                         com.google.gson.JsonObject pJObj)
      • isApplicable

        public boolean isApplicable​(java.lang.String pName)