Interface IPlatformHelper


public interface IPlatformHelper
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Send Completed Captcha Message to the server.
    void
    sendRequireCaptchaMessage(net.minecraft.server.level.ServerPlayer serverPlayer, String captchaName, String code)
    Send Require Captcha Message to the client.
  • Method Details

    • sendRequireCaptchaMessage

      void sendRequireCaptchaMessage(net.minecraft.server.level.ServerPlayer serverPlayer, String captchaName, String code)
      Send Require Captcha Message to the client.
      Parameters:
      serverPlayer - The player to send the message to.
      captchaName - The name of the captcha.
      code - The code for the captcha.
    • sendCompletedCaptchaMessage

      void sendCompletedCaptchaMessage(String code)
      Send Completed Captcha Message to the server.
      Parameters:
      code - The code for the captcha.