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

20 lines
534 B
Plaintext
Raw Normal View History

2019-01-24 11:47:45 -05:00
CLASS nz net/minecraft/server/network/packet/UpdatePlayerAbilitiesServerPacket
2018-12-14 13:18:38 -05:00
FIELD a invulnerable Z
FIELD b flying Z
FIELD c allowFlying Z
FIELD d creativeMode Z
FIELD e flySpeed F
FIELD f walkSpeed F
2019-01-30 12:48:39 -05:00
METHOD <init> (Larm;)V
2018-12-14 13:18:38 -05:00
ARG 1 abilities
METHOD a setFlySpeed (F)V
METHOD a setInvulnerable (Z)V
METHOD b isInvulnerable ()Z
METHOD b setWalkSpeed (F)V
METHOD b setFlying (Z)V
METHOD c isFlying ()Z
METHOD c setAllowFlying (Z)V
METHOD d isFlyingAllowed ()Z
METHOD d setCreativeMode (Z)V
METHOD e isCreativeMode ()Z