Class AbstractClientPlayerEntity

All Implemented Interfaces:
EntityLike, CommandOutput, Nameable
Direct Known Subclasses:
ClientPlayerEntity, OtherClientPlayerEntity

@Environment(CLIENT)
public abstract class AbstractClientPlayerEntity
extends PlayerEntity
Mappings:
Namespace Name
official egt
intermediary net/minecraft/class_742
named net/minecraft/client/network/AbstractClientPlayerEntity
  • Field Details

    • cachedScoreboardEntry

      private PlayerListEntry cachedScoreboardEntry
      Mappings:
      Namespace Name Mixin selector
      official e Legt;e:Leec;
      intermediary field_3901 Lnet/minecraft/class_742;field_3901:Lnet/minecraft/class_640;
      named cachedScoreboardEntry Lnet/minecraft/client/network/AbstractClientPlayerEntity;cachedScoreboardEntry:Lnet/minecraft/client/network/PlayerListEntry;
    • elytraPitch

      public float elytraPitch
      Mappings:
      Namespace Name Mixin selector
      official a Legt;a:F
      intermediary field_3900 Lnet/minecraft/class_742;field_3900:F
      named elytraPitch Lnet/minecraft/client/network/AbstractClientPlayerEntity;elytraPitch:F
    • elytraYaw

      public float elytraYaw
      Mappings:
      Namespace Name Mixin selector
      official b Legt;b:F
      intermediary field_3899 Lnet/minecraft/class_742;field_3899:F
      named elytraYaw Lnet/minecraft/client/network/AbstractClientPlayerEntity;elytraYaw:F
    • elytraRoll

      public float elytraRoll
      Mappings:
      Namespace Name Mixin selector
      official c Legt;c:F
      intermediary field_3898 Lnet/minecraft/class_742;field_3898:F
      named elytraRoll Lnet/minecraft/client/network/AbstractClientPlayerEntity;elytraRoll:F
    • clientWorld

      public final ClientWorld clientWorld
      Mappings:
      Namespace Name Mixin selector
      official d Legt;d:Ledy;
      intermediary field_17892 Lnet/minecraft/class_742;field_17892:Lnet/minecraft/class_638;
      named clientWorld Lnet/minecraft/client/network/AbstractClientPlayerEntity;clientWorld:Lnet/minecraft/client/world/ClientWorld;
  • Constructor Details

    • AbstractClientPlayerEntity

      public AbstractClientPlayerEntity​(ClientWorld world, com.mojang.authlib.GameProfile profile)
      Mappings:
      Namespace Name Mixin selector
      official <init> Legt;<init>(Ledy;Lcom/mojang/authlib/GameProfile;)V
      intermediary <init> Lnet/minecraft/class_742;<init>(Lnet/minecraft/class_638;Lcom/mojang/authlib/GameProfile;)V
      named <init> Lnet/minecraft/client/network/AbstractClientPlayerEntity;<init>(Lnet/minecraft/client/world/ClientWorld;Lcom/mojang/authlib/GameProfile;)V
  • Method Details

    • isSpectator

      public boolean isSpectator()
      Specified by:
      isSpectator in class PlayerEntity
      Mappings:
      Namespace Name Mixin selector
      official a_ Laqv;a_()Z
      intermediary method_7325 Lnet/minecraft/class_1297;method_7325()Z
      named isSpectator Lnet/minecraft/entity/Entity;isSpectator()Z
    • isCreative

      public boolean isCreative()
      Returns whether this player is in creative mode.
      Specified by:
      isCreative in class PlayerEntity
      Mappings:
      Namespace Name Mixin selector
      official b_ Lbhl;b_()Z
      intermediary method_7337 Lnet/minecraft/class_1657;method_7337()Z
      named isCreative Lnet/minecraft/entity/player/PlayerEntity;isCreative()Z
    • canRenderCapeTexture

      public boolean canRenderCapeTexture()
      Mappings:
      Namespace Name Mixin selector
      official c Legt;c()Z
      intermediary method_3125 Lnet/minecraft/class_742;method_3125()Z
      named canRenderCapeTexture Lnet/minecraft/client/network/AbstractClientPlayerEntity;canRenderCapeTexture()Z
    • getPlayerListEntry

      @Nullable protected PlayerListEntry getPlayerListEntry()
      Mappings:
      Namespace Name Mixin selector
      official f Legt;f()Leec;
      intermediary method_3123 Lnet/minecraft/class_742;method_3123()Lnet/minecraft/class_640;
      named getPlayerListEntry Lnet/minecraft/client/network/AbstractClientPlayerEntity;getPlayerListEntry()Lnet/minecraft/client/network/PlayerListEntry;
    • hasSkinTexture

      public boolean hasSkinTexture()
      Mappings:
      Namespace Name Mixin selector
      official n Legt;n()Z
      intermediary method_3127 Lnet/minecraft/class_742;method_3127()Z
      named hasSkinTexture Lnet/minecraft/client/network/AbstractClientPlayerEntity;hasSkinTexture()Z
    • getSkinTexture

      public Identifier getSkinTexture()
      Mappings:
      Namespace Name Mixin selector
      official o Legt;o()Lwb;
      intermediary method_3117 Lnet/minecraft/class_742;method_3117()Lnet/minecraft/class_2960;
      named getSkinTexture Lnet/minecraft/client/network/AbstractClientPlayerEntity;getSkinTexture()Lnet/minecraft/util/Identifier;
    • getCapeTexture

      @Nullable public Identifier getCapeTexture()
      Mappings:
      Namespace Name Mixin selector
      official p Legt;p()Lwb;
      intermediary method_3119 Lnet/minecraft/class_742;method_3119()Lnet/minecraft/class_2960;
      named getCapeTexture Lnet/minecraft/client/network/AbstractClientPlayerEntity;getCapeTexture()Lnet/minecraft/util/Identifier;
    • canRenderElytraTexture

      public boolean canRenderElytraTexture()
      Mappings:
      Namespace Name Mixin selector
      official r Legt;r()Z
      intermediary method_3126 Lnet/minecraft/class_742;method_3126()Z
      named canRenderElytraTexture Lnet/minecraft/client/network/AbstractClientPlayerEntity;canRenderElytraTexture()Z
    • getElytraTexture

      @Nullable public Identifier getElytraTexture()
      Mappings:
      Namespace Name Mixin selector
      official u Legt;u()Lwb;
      intermediary method_3122 Lnet/minecraft/class_742;method_3122()Lnet/minecraft/class_2960;
      named getElytraTexture Lnet/minecraft/client/network/AbstractClientPlayerEntity;getElytraTexture()Lnet/minecraft/util/Identifier;
    • loadSkin

      public static PlayerSkinTexture loadSkin​(Identifier id, String playerName)
      Mappings:
      Namespace Name Mixin selector
      official a Legt;a(Lwb;Ljava/lang/String;)Lerl;
      intermediary method_3120 Lnet/minecraft/class_742;method_3120(Lnet/minecraft/class_2960;Ljava/lang/String;)Lnet/minecraft/class_1046;
      named loadSkin Lnet/minecraft/client/network/AbstractClientPlayerEntity;loadSkin(Lnet/minecraft/util/Identifier;Ljava/lang/String;)Lnet/minecraft/client/texture/PlayerSkinTexture;
    • getSkinId

      public static Identifier getSkinId​(String playerName)
      Mappings:
      Namespace Name Mixin selector
      official d Legt;d(Ljava/lang/String;)Lwb;
      intermediary method_3124 Lnet/minecraft/class_742;method_3124(Ljava/lang/String;)Lnet/minecraft/class_2960;
      named getSkinId Lnet/minecraft/client/network/AbstractClientPlayerEntity;getSkinId(Ljava/lang/String;)Lnet/minecraft/util/Identifier;
    • getModel

      public String getModel()
      Mappings:
      Namespace Name Mixin selector
      official v Legt;v()Ljava/lang/String;
      intermediary method_3121 Lnet/minecraft/class_742;method_3121()Ljava/lang/String;
      named getModel Lnet/minecraft/client/network/AbstractClientPlayerEntity;getModel()Ljava/lang/String;
    • getSpeed

      public float getSpeed()
      Mappings:
      Namespace Name Mixin selector
      official w Legt;w()F
      intermediary method_3118 Lnet/minecraft/class_742;method_3118()F
      named getSpeed Lnet/minecraft/client/network/AbstractClientPlayerEntity;getSpeed()F