History - net.minecraft.client.network.ClientPlayerEntity

26.3-snapshot-3

Names

Fields

Constructors

Methods

void (List<Identifier>): setActivePostEffects, method_1_7640, setPostEffects

List<Identifier> (): getActivePostEffects, method_1_7639, getPostEffects

26.3-snapshot-2

Names

Fields

Constructors

Methods

26.3-snapshot-1

Names

Fields

Constructors

Methods

void (): sendChanges, method_1_6520, sync

26.2

Names

Fields

Constructors

Methods

26.1.2

Names

Fields

Constructors

Methods

26.1.1

Names

Fields

Constructors

Methods

26.1

Names

Fields

ChatRestrictions: chatAbilities, field_1_1780, chatRestrictions

Constructors

(MinecraftClient, ClientWorld, ClientPlayNetworkHandler, StatHandler, ClientRecipeBook, PlayerInput, boolean)

(MinecraftClient, ClientWorld, ClientPlayNetworkHandler, StatHandler, ClientRecipeBook, PlayerInput, boolean, ChatRestrictions)

Methods

void (Text, boolean): displayClientMessage, method_7353, sendMessage

ChatRestrictions (): chatAbilities, method_1_2187, getChatRestrictions

void (): refreshChatAbilities, method_1_2188, setChatRestrictionsFromClient

void (Text): sendSystemMessage, method_64398, sendMessage

void (Text): sendOverlayMessage, method_7353, sendOverlayMessage

1.21.11_unobfuscated

Names

net.minecraft.client.player.LocalPlayer

net.minecraft.class_746

net.minecraft.client.network.ClientPlayerEntity

Fields

org.slf4j.Logger: LOGGER, field_39078, LOGGER

int: POSITION_REMINDER_INTERVAL, field_32671, field_32671

int: WATER_VISION_MAX_TIME, field_32672, field_32672

int: WATER_VISION_QUICK_TIME, field_32673, field_32673

float: WATER_VISION_QUICK_PERCENT, field_32674, field_32674

double: SUFFOCATING_COLLISION_CHECK_SCALE, field_32675, field_32675

double: MINOR_COLLISION_ANGLE_THRESHOLD_RADIAN, field_36194, MAX_SOFT_COLLISION_RADIANS

ClientPlayNetworkHandler: connection, field_3944, networkHandler

StatHandler: stats, field_3928, statHandler

ClientRecipeBook: recipeBook, field_3930, recipeBook

Cooldown: dropSpamThrottler, field_54391, itemDropCooldown

List<ClientPlayerTickable>: ambientSoundHandlers, field_3933, tickables

PermissionPredicate: permissions, field_63569, permissions

double: xLast, field_3926, lastXClient

double: yLast, field_3940, lastYClient

double: zLast, field_3924, lastZClient

float: yRotLast, field_3941, lastYawClient

float: xRotLast, field_3925, lastPitchClient

boolean: lastOnGround, field_3920, lastOnGround

boolean: lastHorizontalCollision, field_53040, lastHorizontalCollision

boolean: crouching, field_23093, inSneakingPose

boolean: wasSprinting, field_3919, lastSprinting

int: positionReminder, field_3923, ticksSinceLastPositionPacketSent

boolean: flashOnSetHealth, field_3918, healthInitialized

Input: input, field_3913, input

PlayerInput: lastSentInput, field_54156, lastPlayerInput

MinecraftClient: minecraft, field_3937, client

int: sprintTriggerTime, field_3935, ticksLeftToDoubleTapSprint

int: EXPERIENCE_DISPLAY_UNREADY_TO_SET, field_63570, field_63570

int: EXPERIENCE_DISPLAY_READY_TO_SET, field_63571, field_63571

int: experienceDisplayStartTick, field_59964, experienceBarDisplayStartTime

float: yBob, field_3932, renderYaw

float: xBob, field_3916, renderPitch

float: yBobO, field_3931, lastRenderYaw

float: xBobO, field_3914, lastRenderPitch

int: jumpRidingTicks, field_3938, mountJumpTicks

float: jumpRidingScale, field_3922, mountJumpStrength

float: portalEffectIntensity, field_44911, nauseaIntensity

float: oPortalEffectIntensity, field_44912, lastNauseaIntensity

boolean: startedUsingItem, field_3915, usingItem

Hand: usingItemHand, field_3945, activeHand

boolean: handsBusy, field_3942, riding

boolean: autoJumpEnabled, field_3927, autoJumpEnabled

int: autoJumpTime, field_3934, ticksToNextAutoJump

boolean: wasFallFlying, field_3939, falling

int: waterVisionTime, field_3917, underwaterVisibilityTicks

boolean: showDeathScreen, field_20663, showsDeathScreen

boolean: doLimitedCrafting, field_46188, limitedCraftingEnabled

Constructors

(MinecraftClient, ClientWorld, ClientPlayNetworkHandler, StatHandler, ClientRecipeBook, PlayerInput, boolean)

Methods

void (float): heal, method_6025, heal

boolean (Entity, boolean, boolean): startRiding, method_5873, startRiding

void (): removeVehicle, method_29239, dismountVehicle

float (float): getViewXRot, method_5695, getPitch

float (float): getViewYRot, method_5705, getYaw

void (): tick, method_5773, tick

float (): getCurrentMood, method_26269, getMoodPercentage

void (): sendPosition, method_3136, sendMovementPackets

void (): sendIsSprintingIfNeeded, method_46742, sendSprintingPacket

boolean (boolean): drop, method_7290, dropSelectedItem

void (Hand): swing, method_6104, swingHand

void (): respawn, method_7331, requestRespawn

void (): closeContainer, method_7346, closeHandledScreen

void (): clientSideCloseContainer, method_3137, closeScreen

void (float): hurtTo, method_3138, updateHealth

void (): onUpdateAbilities, method_7355, sendAbilitiesUpdate

void (boolean): setReducedDebugInfo, method_7268, setReducedDebugInfo

boolean (): isLocalPlayer, method_7340, isMainPlayer

boolean (): isSuppressingSlidingDownLadder, method_21754, isHoldingOntoLadder

boolean (): canSpawnSprintParticle, method_27298, shouldSpawnSprintingParticles

void (): sendRidingJump, method_3133, startRidingJump

void (): sendOpenInventory, method_3132, openRidingInventory

StatHandler (): getStats, method_3143, getStatHandler

ClientRecipeBook (): getRecipeBook, method_3130, getRecipeBook

void (NetworkRecipeId): removeRecipeHighlight, method_3141, onRecipeDisplayed

PermissionPredicate (): permissions, method_75004, getPermissions

void (PermissionPredicate): setPermissions, method_75411, setPermissions

void (Text, boolean): displayClientMessage, method_7353, sendMessage

void (double, double): moveTowardsClosestSpace, method_30673, pushOutOfBlocks

boolean (BlockPos): suffocatesAt, method_30674, wouldCollideAt

void (float, int, int): setExperienceValues, method_3145, setExperience

void (): setExperienceDisplayStartTickToTickCount, method_75408, updateExperienceBarDisplayStartTime

void (byte): handleEntityEvent, method_5711, handleStatus

void (boolean): setShowDeathScreen, method_22420, setShowsDeathScreen

boolean (): shouldShowDeathScreen, method_22419, showsDeathScreen

void (boolean): setDoLimitedCrafting, method_53848, setLimitedCraftingEnabled

boolean (): getDoLimitedCrafting, method_53847, isLimitedCraftingEnabled

void (SoundEvent, float, float): playSound, method_5783, playSound

void (Hand): startUsingItem, method_6019, setCurrentHand

boolean (): isUsingItem, method_6115, isUsingItem

boolean (): isSlowDueToUsingItem, method_75409, isBlockedFromSprinting

float (): itemUseSpeedMultiplier, method_75410, getActiveItemSpeedMultiplier

void (): stopUsingItem, method_6021, clearActiveItem

Hand (): getUsedItemHand, method_6058, getActiveHand

void (TrackedData<?>): onSyncedDataUpdated, method_5674, onTrackedDataSet

JumpingMount (): jumpableVehicle, method_45773, getJumpingMount

float (): getJumpRidingScale, method_3151, getMountJumpStrength

boolean (): isTextFilteringEnabled, method_33793, shouldFilterText

void (SignBlockEntity, boolean): openTextEdit, method_7311, openEditSignScreen

void (CommandBlockMinecartEntity): openMinecartCommandBlock, method_7257, openCommandBlockMinecartScreen

void (CommandBlockBlockEntity): openCommandBlock, method_7323, openCommandBlockScreen

void (StructureBlockBlockEntity): openStructureBlock, method_7303, openStructureBlockScreen

void (TestBlockEntity): openTestBlock, method_66695, openTestBlockScreen

void (TestInstanceBlockEntity): openTestInstanceBlock, method_66696, openTestInstanceBlockScreen

void (JigsawBlockEntity): openJigsawBlock, method_16354, openJigsawScreen

void (RegistryEntry<Dialog>): openDialog, method_71753, openDialog

void (ItemStack, Hand): openItemGui, method_7315, useBook

void (Entity): crit, method_7277, addCritParticles

void (Entity): magicCrit, method_7304, addEnchantedHitParticles

boolean (): isShiftKeyDown, method_5715, isSneaking

boolean (): isCrouching, method_18276, isInSneakingPose

boolean (): isMovingSlowly, method_20303, shouldSlowDown

void (): applyInput, method_66282, tickMovementInput

Vec2f (Vec2f): modifyInput, method_67270, applyMovementSpeedFactors

Vec2f (Vec2f): modifyInputSpeedForSquareMovement, method_67271, applyDirectionalMovementSpeedFactors

float (Vec2f): distanceToUnitSquare, method_67272, getDirectionalMovementSpeedMultiplier

boolean (): isControlledCamera, method_3134, isCamera

void (): resetPos, method_33689, init

void (): aiStep, method_6007, tickMovement

boolean (): shouldStopRunSprinting, method_65949, shouldStopSprinting

boolean (): shouldStopSwimSprinting, method_67472, shouldStopSwimSprinting

Portal$Effect (): getActivePortalLocalTransition, method_60886, getCurrentPortalEffect

void (): tickDeath, method_6108, updatePostDeath

void (boolean): handlePortalTransitionEffect, method_60887, tickNausea

void (): rideTick, method_5842, tickRiding

boolean (): isHandsBusy, method_3144, isRiding

void (MovementType, Vec3d): move, method_5784, move

boolean (): isAutoJumpEnabled, method_3149, isAutoJumpEnabled

boolean (): shouldRotateWithMinecart, method_61498, shouldRotateWithMinecart

void (float, float): updateAutoJump, method_3148, autoJump

boolean (Vec3d): isHorizontalCollisionMinor, method_39759, hasCollidedSoftly

boolean (): canAutoJump, method_22119, shouldAutoJump

boolean (): isMoving, method_22120, hasMovementInput

boolean (boolean): isSprintingPossible, method_74047, canSprint

boolean (): canStartSprinting, method_48300, canStartSprinting

boolean (Entity): vehicleCanSprint, method_48301, canVehicleSprint

float (): getWaterVision, method_3140, getUnderwaterVisibility

void (GameMode): onGameModeChanged, method_51889, onGameModeChanged

boolean (): isUnderWater, method_5869, isSubmergedInWater

boolean (): updateIsUnderwater, method_7295, updateWaterSubmersionState

Vec3d (float): getRopeHoldPosition, method_30951, getLeashPos

void (ItemStack, ItemStack, ClickType): updateTutorialInventoryAction, method_33592, onPickupSlotClick

float (): getVisualRotationYInDegrees, method_73188, getBodyYaw

void (ItemStack): handleCreativeModeItemDrop, method_61499, dropCreativeStack

boolean (): canDropItems, method_64271, canDropItems

Cooldown (): getDropSpamThrottler, method_64376, getItemDropCooldown

PlayerInput (): getLastSentInput, method_71091, getLastPlayerInput

HitResult (float, Entity): raycastHitResult, method_76762, getCrosshairTarget

HitResult (Entity, double, double, float): pick, method_76763, getCrosshairTarget

HitResult (HitResult, Vec3d, double): filterHitResult, method_76764, checkCrosshairTargetRange

Stream (VoxelShape): lambda$updateAutoJump$0, method_3139, method_3139