Interface IPlatformHelper
public interface IPlatformHelper
-
Method Summary
Modifier and TypeMethodDescriptionvoidSend Completed Captcha Message to the server.voidsendRequireCaptchaMessage(net.minecraft.server.level.ServerPlayer serverPlayer, String captchaName, String code) Send Require Captcha Message to the client.
-
Method Details
-
sendRequireCaptchaMessage
-
sendCompletedCaptchaMessage
Send Completed Captcha Message to the server.- Parameters:
code- The code for the captcha.
-