Interface TextFilterer.MessageEncoder

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

@FunctionalInterface private static interface TextFilterer.MessageEncoder
Mappings:
Namespace Name
official ail$c
intermediary net/minecraft/class_5514$class_7242
named net/minecraft/server/filter/TextFilterer$MessageEncoder
  • Method Summary

    Modifier and Type
    Method
    Description
    encode(com.mojang.authlib.GameProfile gameProfile, String message)
     
  • Method Details

    • encode

      JsonObject encode(com.mojang.authlib.GameProfile gameProfile, String message)
      Mappings:
      Namespace Name Mixin selector
      official encode Lail$c;encode(Lcom/mojang/authlib/GameProfile;Ljava/lang/String;)Lcom/google/gson/JsonObject;
      intermediary encode Lnet/minecraft/class_5514$class_7242;encode(Lcom/mojang/authlib/GameProfile;Ljava/lang/String;)Lcom/google/gson/JsonObject;
      named encode Lnet/minecraft/server/filter/TextFilterer$MessageEncoder;encode(Lcom/mojang/authlib/GameProfile;Ljava/lang/String;)Lcom/google/gson/JsonObject;