Class ServerUtils

java.lang.Object
com.bleudev.ppl_utils.util.ServerUtils

public class ServerUtils extends Object
  • Field Details

    • SUPPORTS_LOBBY_COMMAND_IPS

      public static final List<String> 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

      public static void executeCommand(String command)