Package net.minecraft.server.filter
Interface AbstractTextFilterer.MessageEncoder
- Enclosing class:
AbstractTextFilterer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Mappings:
Namespace Name named net/minecraft/server/filter/AbstractTextFilterer$MessageEncoder
intermediary net/minecraft/class_9847$class_7242
official atp$b
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
encode
- Mappings:
Namespace Name Mixin selector named encode
Lnet/minecraft/server/filter/AbstractTextFilterer$MessageEncoder;encode(Lcom/mojang/authlib/GameProfile;Ljava/lang/String;)Lcom/google/gson/JsonObject;
intermediary encode
Lnet/minecraft/class_9847$class_7242;encode(Lcom/mojang/authlib/GameProfile;Ljava/lang/String;)Lcom/google/gson/JsonObject;
official encode
Latp$b;encode(Lcom/mojang/authlib/GameProfile;Ljava/lang/String;)Lcom/google/gson/JsonObject;
-