Package com.bleudev.ppl_utils.util
Class ServerUtils
java.lang.Object
com.bleudev.ppl_utils.util.ServerUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidexecuteCommand(String command) static voidexecuteCommand(@NotNull net.minecraft.client.MinecraftClient client, @NotNull String command) static booleanstatic booleanisClientOnServerSupportsLobbyCommand(net.minecraft.client.MinecraftClient client)
-
Field Details
-
SUPPORTS_LOBBY_COMMAND_IPS
-
-
Constructor Details
-
ServerUtils
public ServerUtils()
-
-
Method Details
-
isClientOnServerSupportsLobbyCommand
public static boolean isClientOnServerSupportsLobbyCommand(net.minecraft.client.MinecraftClient client) -
isClientOnServerSupportsLobbyCommand
public static boolean isClientOnServerSupportsLobbyCommand() -
executeCommand
public static void executeCommand(@NotNull @NotNull net.minecraft.client.MinecraftClient client, @NotNull @NotNull String command) -
executeCommand
-