Uses of Class
com.ramblingwood.minecraft.jsonapi.api.APIMethodName

Uses of APIMethodName in com.ramblingwood.minecraft.jsonapi.api
 

Methods in com.ramblingwood.minecraft.jsonapi.api with parameters of type APIMethodName
 java.lang.Object JSONAPICallHandler.handle(APIMethodName methodName, java.lang.Object[] args)
          The result of this method will be treated as the response to the API request, even if null is returned (some methods do return null).
 boolean JSONAPICallHandler.willHandle(APIMethodName methodName)
          If you return true here, you WILL handle the API call in the handle method.