yarn/mappings/net/minecraft/server/network/packet/UpdatePlayerAbilitiesC2SPac...

20 lines
723 B
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_2842 net/minecraft/server/network/packet/UpdatePlayerAbilitiesC2SPacket
FIELD field_12944 walkSpeed F
FIELD field_12945 flySpeed F
FIELD field_12946 creativeMode Z
FIELD field_12947 allowFlying Z
FIELD field_12948 flying Z
FIELD field_12949 invulnerable Z
2019-07-04 11:29:01 -04:00
METHOD <init> (Lawb;)V
2018-12-14 13:18:38 -05:00
ARG 1 abilities
2019-06-28 17:55:20 -04:00
METHOD method_12337 setAllowFlying (Z)V
METHOD method_12338 setFlySpeed (F)V
METHOD method_12340 setInvulnerable (Z)V
METHOD method_12341 setWalkSpeed (F)V
METHOD method_12342 setCreativeMode (Z)V
METHOD method_12343 setFlying (Z)V
METHOD method_12344 isInvulnerable ()Z
METHOD method_12345 isCreativeMode ()Z
METHOD method_12346 isFlying ()Z
METHOD method_12347 isFlyingAllowed ()Z