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

15 lines
378 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS avy 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
2019-02-21 13:19:18 -05:00
FIELD f flySpeed F
2016-08-18 15:44:20 -04:00
FIELD g walkSpeed F
METHOD a getFlySpeed ()F
2019-02-21 13:19:18 -05:00
METHOD a setFlySpeed (F)V
2019-06-07 07:45:25 -04:00
METHOD a serialize (Lic;)V
2016-08-18 15:44:20 -04:00
METHOD b getWalkSpeed ()F
2019-02-21 13:19:18 -05:00
METHOD b setWalkSpeed (F)V
2019-06-07 07:45:25 -04:00
METHOD b deserialize (Lic;)V