net.minecraft.client.playerpublic abstract class AbstractClientPlayer
extends Player
All mapped superinterfaces:
SyncedDataHolder, Nameable, EntityAccess, UniquelyIdentifyable, ScoreHolder, DataComponentGetter, Attackable
| gnx |
| net.minecraft.client.player.AbstractClientPlayer |
| net.minecraft.class_742 |
| net.minecraft.client.network.AbstractClientPlayerEntity |
Field summary
Modifier and Type | Field |
---|
private PlayerInfo | | h | | playerInfo | | field_3901 | | playerListEntry |
|
protected Vec3 | | a | | deltaMovementOnPreviousTick | | field_42906 | | lastVelocity |
|
public float | | b | | elytraRotX | | field_3900 | | elytraPitch |
|
public float | | c | | elytraRotY | | field_3899 | | elytraYaw |
|
public float | | d | | elytraRotZ | | field_3898 | | elytraRoll |
|
public final ClientLevel | | e | | clientLevel | | field_17892 | | clientWorld |
|
public float | | f | | walkDistO | | field_53038 | | lastDistanceMoved |
|
public float | | g | | walkDist | | field_53039 | | distanceMoved |
|
Constructor summary
Modifier | Constructor |
---|
public | (ClientLevel world, com.mojang.authlib.GameProfile profile) |
Method summary
Modifier and Type | Method |
---|
public boolean | | U_() | | isSpectator() | | method_7325() | | isSpectator() |
|
public boolean | | b() | | isCreative() | | method_7337() | | isCreative() |
|
protected PlayerInfo | | a() | | getPlayerInfo() | | method_3123() | | getPlayerListEntry() |
|
public void | | h() | | tick() | | method_5773() | | tick() |
|
public Vec3 | | I(float arg0) | | getDeltaMovementLerped(float arg0) | | method_49339(float arg0) | | lerpVelocity(float tickDelta) |
|
public PlayerSkin | | c() | | getSkin() | | method_52814() | | getSkinTextures() |
|
public float | | a(boolean arg0, float arg1) | | getFieldOfViewModifier(boolean arg0, float arg1) | | method_3118(boolean arg0, float arg1) | | getFovMultiplier(boolean firstPerson, float fovEffectScale) |
|