Interface V0TextFilterer.ProfileEncoder

Enclosing class:
V0TextFilterer
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 V0TextFilterer.ProfileEncoder
Mappings:
Namespace Name
named net/minecraft/server/filter/V0TextFilterer$ProfileEncoder
intermediary net/minecraft/class_5514$class_7241
official atd$a
  • Method Summary

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

    • encode

      JsonObject encode(com.mojang.authlib.GameProfile gameProfile)
      Mappings:
      Namespace Name Mixin selector
      named encode Lnet/minecraft/server/filter/V0TextFilterer$ProfileEncoder;encode(Lcom/mojang/authlib/GameProfile;)Lcom/google/gson/JsonObject;
      intermediary encode Lnet/minecraft/class_5514$class_7241;encode(Lcom/mojang/authlib/GameProfile;)Lcom/google/gson/JsonObject;
      official encode Latd$a;encode(Lcom/mojang/authlib/GameProfile;)Lcom/google/gson/JsonObject;