yarn/mappings/net/minecraft/entity/player/PlayerAbilities.mapping

19 lines
437 B
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS aak net/minecraft/entity/player/PlayerAbilities
2016-08-18 15:44:20 -04:00
FIELD a invulnerable Z
FIELD b flying Z
FIELD c allowFlying Z
FIELD d creativeMode Z
FIELD e allowModifyWorld Z
FIELD f flySpeed F
FIELD g walkSpeed F
METHOD a getFlySpeed ()F
METHOD a setFlySpeed (F)V
ARG 0 flySpeed
2016-10-18 11:31:59 -04:00
METHOD a serialize (Ldt;)V
2016-08-18 15:44:20 -04:00
ARG 0 tag
METHOD b getWalkSpeed ()F
METHOD b setWalkSpeed (F)V
ARG 0 walkSpeed
2016-10-18 11:31:59 -04:00
METHOD b deserialize (Ldt;)V
2016-08-18 15:44:20 -04:00
ARG 0 tag