yarn/mappings/net/minecraft/client/player/EntityPlayerOther.mapping

14 lines
354 B
Plaintext
Raw Normal View History

2018-10-31 12:57:21 -04:00
CLASS cze net/minecraft/client/player/EntityPlayerOther
METHOD <init> (Lazt;Lcom/mojang/authlib/GameProfile;)V
2018-11-04 07:22:38 -05:00
ARG 1 world
ARG 2 profile
METHOD S_ update ()V
2017-04-05 14:11:28 -04:00
METHOD a shouldRender (D)Z
2018-11-04 07:22:38 -05:00
ARG 1 distanceSq
2018-10-31 12:57:21 -04:00
METHOD a damage (Lafe;F)Z
2018-11-04 07:22:38 -05:00
ARG 1 source
ARG 2 damage
2018-10-31 12:57:21 -04:00
METHOD a appendCommandFeedback (Lix;)V
2018-11-04 07:22:38 -05:00
ARG 1 feedback
METHOD k updateMovement ()V