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

13 lines
331 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS aqh 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 g walkSpeed F
METHOD a getFlySpeed ()F
METHOD a setWalkSpeed (F)V
2018-11-27 13:50:51 -05:00
METHOD a serialize (Lhp;)V
2016-08-18 15:44:20 -04:00
METHOD b getWalkSpeed ()F
2018-11-27 13:50:51 -05:00
METHOD b deserialize (Lhp;)V