Interface TextFilterClient.MessageEncoder

Enclosing class:
TextFilterClient
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface static interface TextFilterClient.MessageEncoder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.gson.JsonObject
    encode(com.mojang.authlib.GameProfile p_215320_, String p_215321_)
     
  • Method Details

    • encode

      com.google.gson.JsonObject encode(com.mojang.authlib.GameProfile p_215320_, String p_215321_)