Class FabricPlatformHelper
java.lang.Object
com.mrbysco.dailydad.platform.FabricPlatformHelper
- All Implemented Interfaces:
IPlatformHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetJokeAsync(JokeResolved resolved) Gets a joke from the online dadabase (Asynchronous)
-
Constructor Details
-
FabricPlatformHelper
public FabricPlatformHelper()
-
-
Method Details
-
getJokeAsync
Description copied from interface:IPlatformHelperGets a joke from the online dadabase (Asynchronous)- Specified by:
getJokeAsyncin interfaceIPlatformHelper- Parameters:
resolved- The callback to be called when the joke is resolved
-