Class ClientPlayerEntity

All Implemented Interfaces:
class_5568, CommandOutput, Nameable

@Environment(CLIENT)
public class ClientPlayerEntity
extends AbstractClientPlayerEntity
Represents the client's own player entity.
  • Field Details

    • networkHandler

      public final ClientPlayNetworkHandler networkHandler
    • statHandler

      private final StatHandler statHandler
    • recipeBook

      private final ClientRecipeBook recipeBook
    • tickables

      private final List<ClientPlayerTickable> tickables
    • clientPermissionLevel

      private int clientPermissionLevel
    • lastX

      private double lastX
    • lastBaseY

      private double lastBaseY
    • lastZ

      private double lastZ
    • lastYaw

      private float lastYaw
    • lastPitch

      private float lastPitch
    • lastOnGround

      private boolean lastOnGround
    • inSneakingPose

      private boolean inSneakingPose
    • lastSneaking

      private boolean lastSneaking
    • lastSprinting

      private boolean lastSprinting
    • ticksSinceLastPositionPacketSent

      private int ticksSinceLastPositionPacketSent
    • healthInitialized

      private boolean healthInitialized
    • serverBrand

      private String serverBrand
    • input

      public Input input
    • client

      protected final MinecraftClient client
    • ticksLeftToDoubleTapSprint

      protected int ticksLeftToDoubleTapSprint
    • ticksSinceSprintingChanged

      public int ticksSinceSprintingChanged
    • renderYaw

      public float renderYaw
    • renderPitch

      public float renderPitch
    • lastRenderYaw

      public float lastRenderYaw
    • lastRenderPitch

      public float lastRenderPitch
    • field_3938

      private int field_3938
    • field_3922

      private float field_3922
    • nextNauseaStrength

      public float nextNauseaStrength
    • lastNauseaStrength

      public float lastNauseaStrength
    • usingItem

      private boolean usingItem
    • activeHand

      private Hand activeHand
    • riding

      private boolean riding
    • autoJumpEnabled

      private boolean autoJumpEnabled
    • ticksToNextAutojump

      private int ticksToNextAutojump
    • falling

      private boolean falling
    • underwaterVisibilityTicks

      private int underwaterVisibilityTicks
    • showsDeathScreen

      private boolean showsDeathScreen
  • Constructor Details

  • Method Details