Package com.elikill58.negativity.fabric
Class GlobalFabricNegativity
java.lang.Object
com.elikill58.negativity.fabric.GlobalFabricNegativity
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CommandSender
getExecutor
(net.minecraft.server.command.ServerCommandSource source) static int
getTicks()
static void
load
(Callable<Integer> getTicks, Function<net.minecraft.server.command.ServerCommandSource, CommandSender> getExecutorFunction)
-
Constructor Details
-
GlobalFabricNegativity
public GlobalFabricNegativity()
-
-
Method Details
-
load
public static void load(Callable<Integer> getTicks, Function<net.minecraft.server.command.ServerCommandSource, CommandSender> getExecutorFunction) -
getTicks
public static int getTicks() -
getExecutor
-