net.minecraft.client.playerpublic abstract class AbstractClientPlayer
extends Player
All mapped superinterfaces:
SyncedDataHolder, Nameable, EntityAccess, UniquelyIdentifyable, ScoreHolder, DataComponentGetter, Attackable
| gqj |
| net.minecraft.client.player.AbstractClientPlayer |
| net.minecraft.class_742 |
| net.minecraft.client.network.AbstractClientPlayerEntity |
| net.minecraft.src.C_4102_ |
Field summary
Modifier and Type | Field |
---|
private PlayerInfo | | h | | playerInfo | | field_3901 | | playerListEntry | | f_108546_ |
|
protected Vec3 | | a | | deltaMovementOnPreviousTick | | field_42906 | | lastVelocity | | f_271420_ |
|
public float | | b | | elytraRotX | | field_3900 | | elytraPitch | | f_108542_ |
|
public float | | c | | elytraRotY | | field_3899 | | elytraYaw | | f_108543_ |
|
public float | | d | | elytraRotZ | | field_3898 | | elytraRoll | | f_108544_ |
|
public final ClientLevel | | e | | clientLevel | | field_17892 | | clientWorld | | f_108545_ |
|
public float | | f | | walkDistO | | field_53038 | | lastDistanceMoved | | f_346273_ |
|
public float | | g | | walkDist | | field_53039 | | distanceMoved | | f_349037_ |
|
Constructor summary
Modifier | Constructor |
---|
public | (ClientLevel world, com.mojang.authlib.GameProfile profile) |
Method summary
Modifier and Type | Method |
---|
public GameType | | a() | | gameMode() | | method_68876() | | getGameMode() | | m_398106_() |
|
protected PlayerInfo | | b() | | getPlayerInfo() | | method_3123() | | getPlayerListEntry() | | m_108558_() |
|
public void | | g() | | tick() | | method_5773() | | tick() | | m_8119_() |
|
public Vec3 | | I(float arg0) | | getDeltaMovementLerped(float arg0) | | method_49339(float arg0) | | lerpVelocity(float tickProgress) | | m_272267_(float arg0) |
|
public PlayerSkin | | c() | | getSkin() | | method_52814() | | getSkinTextures() | | m_294544_() |
|
public float | | a(boolean arg0, float arg1) | | getFieldOfViewModifier(boolean arg0, float arg1) | | method_3118(boolean arg0, float arg1) | | getFovMultiplier(boolean firstPerson, float fovEffectScale) | | m_108565_(boolean p_362521_, float arg1) |
|