yarn/mappings/net/minecraft/client/network/PlayerListEntry.mapping

56 lines
2.3 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_640 net/minecraft/client/network/PlayerListEntry
FIELD field_3736 health I
FIELD field_3737 lastHealthTime J
FIELD field_3738 lastHealth I
2019-06-28 17:55:20 -04:00
FIELD field_3739 latency I
FIELD field_3740 texturesLoaded Z
FIELD field_3741 profile Lcom/mojang/authlib/GameProfile;
FIELD field_3742 textures Ljava/util/Map;
FIELD field_3743 displayName Lnet/minecraft/class_2561;
FIELD field_3744 gameMode Lnet/minecraft/class_1934;
FIELD field_3745 model Ljava/lang/String;
FIELD field_3746 showTime J
FIELD field_3747 blinkingHeartTime J
METHOD <init> (Lnet/minecraft/class_2703$class_2705;)V
2019-03-31 20:45:27 -04:00
ARG 1 playerListPacketEntry
2019-06-28 17:55:20 -04:00
METHOD method_2955 getScoreboardTeam ()Lnet/minecraft/class_268;
METHOD method_2956 (Lcom/mojang/authlib/minecraft/MinecraftProfileTexture$Type;Lnet/minecraft/class_2960;Lcom/mojang/authlib/minecraft/MinecraftProfileTexture;)V
ARG 1 type
ARG 2 id
ARG 3 texture
2019-06-28 17:55:20 -04:00
METHOD method_2957 getElytraTexture ()Lnet/minecraft/class_2960;
METHOD method_2958 getGameMode ()Lnet/minecraft/class_1934;
METHOD method_2959 getLatency ()I
METHOD method_2960 getHealth ()I
METHOD method_2961 getBlinkingHeartTime ()J
2019-06-28 17:55:20 -04:00
METHOD method_2962 setDisplayName (Lnet/minecraft/class_2561;)V
2019-03-31 20:45:27 -04:00
ARG 1 displayName
2019-06-28 17:55:20 -04:00
METHOD method_2963 setGameMode (Lnet/minecraft/class_1934;)V
ARG 1 gameMode
METHOD method_2964 setShowTime (J)V
ARG 1 showTime
METHOD method_2965 setHealth (I)V
ARG 1 health
2019-06-28 17:55:20 -04:00
METHOD method_2966 getProfile ()Lcom/mojang/authlib/GameProfile;
METHOD method_2967 hasSkinTexture ()Z
Javadoc for some client, datafixer and other miscellaneous areas. (#1219) * Javadoc for some client, datafixer and misc. * Update ServerPlayNetworkHandler.mapping * Update MinecraftClient.mapping * Update ClientPlayerEntity.mapping * Update PlayerListEntry.mapping * Update TypeReferences.mapping * Update Entity.mapping * Update LivingEntity.mapping * Update NbtHelper.mapping * Update CommandOutput.mapping * Update mappings/net/minecraft/client/MinecraftClient.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/command/arguments/TestClassArgumentType.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/datafixer/TypeReferences.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/datafixer/TypeReferences.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/server/command/CommandOutput.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/command/arguments/ArgumentTypes.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/datafixer/TypeReferences.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/nbt/NbtHelper.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update PlayerListEntry.mapping * Update ClientPlayPacketListener.mapping * Update ServerPlayPacketListener.mapping * Update ClientPlayPacketListener.mapping * Fix possible build error * try 2 * Update LivingEntity.mapping * Update mappings/net/minecraft/datafixer/TypeReferences.mapping Co-Authored-By: Yanis48 <doublecraft.official@gmail.com> * Update mappings/net/minecraft/entity/Entity.mapping Co-Authored-By: Yanis48 <doublecraft.official@gmail.com> * Update mappings/net/minecraft/nbt/NbtHelper.mapping Co-Authored-By: Yanis48 <doublecraft.official@gmail.com> * Update mappings/net/minecraft/nbt/NbtHelper.mapping Co-Authored-By: Yanis48 <doublecraft.official@gmail.com> Co-authored-by: liach <7806504+liach@users.noreply.github.com> Co-authored-by: Yanis48 <doublecraft.official@gmail.com>
2020-03-25 19:14:55 -04:00
COMMENT Checks if the player represented by this entry has a custom skin.
COMMENT
COMMENT <p>If the player has the default skin, this will return false.
2019-06-28 17:55:20 -04:00
METHOD method_2968 getSkinTexture ()Lnet/minecraft/class_2960;
METHOD method_2969 loadTextures ()V
METHOD method_2970 setLatency (I)V
ARG 1 latency
METHOD method_2971 getDisplayName ()Lnet/minecraft/class_2561;
METHOD method_2972 setLastHealth (I)V
ARG 1 lastHealth
METHOD method_2973 getLastHealth ()I
METHOD method_2974 getLastHealthTime ()J
METHOD method_2975 setBlinkingHeartTime (J)V
ARG 1 blinkingHeartTime
METHOD method_2976 getShowTime ()J
2019-06-28 17:55:20 -04:00
METHOD method_2977 getModel ()Ljava/lang/String;
METHOD method_2978 setLastHealthTime (J)V
ARG 1 lastHealthTime
2019-06-28 17:55:20 -04:00
METHOD method_2979 getCapeTexture ()Lnet/minecraft/class_2960;
METHOD method_35757 hasCape ()Z