Interface ServerTabJSONCreator<T>
- All Superinterfaces:
Function<ServerUUID,T>
- All Known Implementing Classes:
OnlineActivityOverviewJSONCreator,PerformanceJSONCreator,PlayerBaseOverviewJSONCreator,PvPPvEJSONCreator,ServerOverviewJSONCreator,SessionsOverviewJSONCreator
Interface using Server UUID for creating Objects that can be turned into JSON with Gson.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Tapply(ServerUUID uuid) createJSONAsMap(ServerUUID serverUUID)
-
Method Details
-
createJSONAsMap
-
apply
- Specified by:
applyin interfaceFunction<ServerUUID,T>
-