yarn/mappings/net/minecraft/client/network/ClientPlayerEntity.mapping

96 lines
3.6 KiB
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_746 net/minecraft/client/network/ClientPlayerEntity
Javadoc for some client, datafixer and other miscellaneous areas. (#1219) * Javadoc for some client, datafixer and misc. * Update ServerPlayNetworkHandler.mapping * Update MinecraftClient.mapping * Update ClientPlayerEntity.mapping * Update PlayerListEntry.mapping * Update TypeReferences.mapping * Update Entity.mapping * Update LivingEntity.mapping * Update NbtHelper.mapping * Update CommandOutput.mapping * Update mappings/net/minecraft/client/MinecraftClient.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/command/arguments/TestClassArgumentType.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/datafixer/TypeReferences.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/datafixer/TypeReferences.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/server/command/CommandOutput.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/command/arguments/ArgumentTypes.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/datafixer/TypeReferences.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update mappings/net/minecraft/nbt/NbtHelper.mapping Co-Authored-By: liach <7806504+liach@users.noreply.github.com> * Update PlayerListEntry.mapping * Update ClientPlayPacketListener.mapping * Update ServerPlayPacketListener.mapping * Update ClientPlayPacketListener.mapping * Fix possible build error * try 2 * Update LivingEntity.mapping * Update mappings/net/minecraft/datafixer/TypeReferences.mapping Co-Authored-By: Yanis48 <doublecraft.official@gmail.com> * Update mappings/net/minecraft/entity/Entity.mapping Co-Authored-By: Yanis48 <doublecraft.official@gmail.com> * Update mappings/net/minecraft/nbt/NbtHelper.mapping Co-Authored-By: Yanis48 <doublecraft.official@gmail.com> * Update mappings/net/minecraft/nbt/NbtHelper.mapping Co-Authored-By: Yanis48 <doublecraft.official@gmail.com> Co-authored-by: liach <7806504+liach@users.noreply.github.com> Co-authored-by: Yanis48 <doublecraft.official@gmail.com>
2020-03-25 19:14:55 -04:00
COMMENT Represents the client's own player entity.
FIELD field_20663 showsDeathScreen Z
FIELD field_23093 inSneakingPose Z
2019-06-28 17:55:20 -04:00
FIELD field_3911 lastNauseaStrength F
FIELD field_3912 clientPermissionLevel I
FIELD field_3913 input Lnet/minecraft/class_744;
FIELD field_3914 lastRenderPitch F
FIELD field_3915 usingItem Z
2019-06-28 17:55:20 -04:00
FIELD field_3916 renderPitch F
FIELD field_3917 underwaterVisibilityTicks I
FIELD field_3918 healthInitialized Z
2019-06-28 17:55:20 -04:00
FIELD field_3919 lastSprinting Z
FIELD field_3920 lastOnGround Z
FIELD field_3921 ticksSinceSprintingChanged I
FIELD field_3923 ticksSinceLastPositionPacketSent I
2019-06-28 17:55:20 -04:00
FIELD field_3924 lastZ D
FIELD field_3925 lastPitch F
FIELD field_3926 lastX D
FIELD field_3927 autoJumpEnabled Z
FIELD field_3928 statHandler Lnet/minecraft/class_3469;
2019-06-28 17:55:20 -04:00
FIELD field_3929 nextNauseaStrength F
FIELD field_3930 recipeBook Lnet/minecraft/class_299;
FIELD field_3931 lastRenderYaw F
FIELD field_3932 renderYaw F
FIELD field_3933 tickables Ljava/util/List;
FIELD field_3934 ticksToNextAutojump I
FIELD field_3935 ticksLeftToDoubleTapSprint I
FIELD field_3936 lastSneaking Z
2019-06-28 17:55:20 -04:00
FIELD field_3937 client Lnet/minecraft/class_310;
2020-11-06 09:25:29 -05:00
FIELD field_3939 falling Z
2019-06-28 17:55:20 -04:00
FIELD field_3940 lastBaseY D
FIELD field_3941 lastYaw F
FIELD field_3942 riding Z
FIELD field_3943 serverBrand Ljava/lang/String;
FIELD field_3944 networkHandler Lnet/minecraft/class_634;
FIELD field_3945 activeHand Lnet/minecraft/class_1268;
2020-05-29 09:31:34 -04:00
METHOD <init> (Lnet/minecraft/class_310;Lnet/minecraft/class_638;Lnet/minecraft/class_634;Lnet/minecraft/class_3469;Lnet/minecraft/class_299;ZZ)V
ARG 1 client
ARG 2 world
ARG 3 networkHandler
ARG 4 stats
ARG 5 recipeBook
ARG 6 lastSneaking
ARG 7 lastSprinting
2019-06-28 17:55:20 -04:00
METHOD method_18654 updateNausea ()V
METHOD method_20303 shouldSlowDown ()Z
METHOD method_20623 isWalking ()Z
METHOD method_22119 shouldAutoJump ()Z
2020-01-14 15:22:47 -05:00
METHOD method_22120 hasMovementInput ()Z
COMMENT Returns whether the player has movement input.
COMMENT
COMMENT @return True if the player has movement input, else false.
METHOD method_22419 showsDeathScreen ()Z
METHOD method_22420 setShowsDeathScreen (Z)V
ARG 1 shouldShow
METHOD method_26269 getMoodPercentage ()F
COMMENT Returns the percentage for the biome mood sound for the debug HUD to
COMMENT display.
METHOD method_30673 pushOutOfBlocks (DD)V
ARG 1 x
ARG 3 z
METHOD method_30674 wouldCollideAt (Lnet/minecraft/class_2338;)Z
2020-11-06 09:25:29 -05:00
ARG 1 pos
2019-06-28 17:55:20 -04:00
METHOD method_3130 getRecipeBook ()Lnet/minecraft/class_299;
METHOD method_3131 hasJumpingMount ()Z
METHOD method_3132 openRidingInventory ()V
METHOD method_3133 startRidingJump ()V
METHOD method_3134 isCamera ()Z
METHOD method_3135 getServerBrand ()Ljava/lang/String;
METHOD method_3136 sendMovementPackets ()V
METHOD method_3137 closeScreen ()V
METHOD method_3138 updateHealth (F)V
ARG 1 health
METHOD method_3140 getUnderwaterVisibility ()F
COMMENT Returns the color multiplier of vision in water, so that visibility in
COMMENT water is reduced when the player just entered water.
2019-06-28 17:55:20 -04:00
METHOD method_3141 onRecipeDisplayed (Lnet/minecraft/class_1860;)V
ARG 1 recipe
2019-06-28 17:55:20 -04:00
METHOD method_3142 sendChatMessage (Ljava/lang/String;)V
ARG 1 message
METHOD method_3143 getStatHandler ()Lnet/minecraft/class_3469;
2019-06-28 17:55:20 -04:00
METHOD method_3144 isRiding ()Z
METHOD method_3145 setExperience (FII)V
ARG 1 progress
ARG 2 total
ARG 3 level
2019-06-28 17:55:20 -04:00
METHOD method_3146 setServerBrand (Ljava/lang/String;)V
2018-12-30 09:37:50 -05:00
ARG 1 serverBrand
2019-06-28 17:55:20 -04:00
METHOD method_3147 setClientPermissionLevel (I)V
ARG 1 clientPermissionLevel
METHOD method_3148 autoJump (FF)V
ARG 1 dx
ARG 2 dz
METHOD method_3149 isAutoJumpEnabled ()Z