Class PlayerListS2CPacket.Entry

java.lang.Object
net.minecraft.network.packet.s2c.play.PlayerListS2CPacket.Entry
Enclosing class:
PlayerListS2CPacket

public class PlayerListS2CPacket.Entry extends Object
Mappings:
Namespace Name
official kr$b
intermediary net/minecraft/class_705$class_2579
named net/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Entry
  • Field Details

    • latency

      private final int latency
      Mappings:
      Namespace Name Mixin selector
      official b Lkr$b;b:I
      intermediary field_11645 Lnet/minecraft/class_705$class_2579;field_11645:I
      named latency Lnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Entry;latency:I
    • field_11646

      private final GameMode field_11646
      Mappings:
      Namespace Name Mixin selector
      official c Lkr$b;c:Laxv;
      intermediary field_11646 Lnet/minecraft/class_705$class_2579;field_11646:Lnet/minecraft/class_1157;
      named field_11646 Lnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Entry;field_11646:Lnet/minecraft/world/GameMode;
    • profile

      private final com.mojang.authlib.GameProfile profile
      Mappings:
      Namespace Name Mixin selector
      official d Lkr$b;d:Lcom/mojang/authlib/GameProfile;
      intermediary field_11647 Lnet/minecraft/class_705$class_2579;field_11647:Lcom/mojang/authlib/GameProfile;
      named profile Lnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Entry;profile:Lcom/mojang/authlib/GameProfile;
    • displayName

      private final Text displayName
      Mappings:
      Namespace Name Mixin selector
      official e Lkr$b;e:Lij;
      intermediary field_11648 Lnet/minecraft/class_705$class_2579;field_11648:Lnet/minecraft/class_1982;
      named displayName Lnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Entry;displayName:Lnet/minecraft/text/Text;
  • Constructor Details

    • Entry

      public Entry(com.mojang.authlib.GameProfile gameProfile, int int2, GameMode gameMode, @Nullable Text text)
  • Method Details

    • getProfile

      public com.mojang.authlib.GameProfile getProfile()
      Mappings:
      Namespace Name Mixin selector
      official a Lkr$b;a()Lcom/mojang/authlib/GameProfile;
      intermediary method_10671 Lnet/minecraft/class_705$class_2579;method_10671()Lcom/mojang/authlib/GameProfile;
      named getProfile Lnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Entry;getProfile()Lcom/mojang/authlib/GameProfile;
    • getLatency

      public int getLatency()
      Mappings:
      Namespace Name Mixin selector
      official b Lkr$b;b()I
      intermediary method_10672 Lnet/minecraft/class_705$class_2579;method_10672()I
      named getLatency Lnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Entry;getLatency()I
    • method_10673

      public GameMode method_10673()
      Mappings:
      Namespace Name Mixin selector
      official c Lkr$b;c()Laxv;
      intermediary method_10673 Lnet/minecraft/class_705$class_2579;method_10673()Lnet/minecraft/class_1157;
      named method_10673 Lnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Entry;method_10673()Lnet/minecraft/world/GameMode;
    • getDisplayName

      @Nullable public Text getDisplayName()
      Mappings:
      Namespace Name Mixin selector
      official d Lkr$b;d()Lij;
      intermediary method_10674 Lnet/minecraft/class_705$class_2579;method_10674()Lnet/minecraft/class_1982;
      named getDisplayName Lnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Entry;getDisplayName()Lnet/minecraft/text/Text;
    • toString

      public String toString()
      Overrides:
      toString in class Object
      Mappings:
      Namespace Name Mixin selector
      official toString Lkr$b;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_705$class_2579;toString()Ljava/lang/String;
      named toString Lnet/minecraft/network/packet/s2c/play/PlayerListS2CPacket$Entry;toString()Ljava/lang/String;