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

15 lines
378 B
Plaintext
Raw Normal View History

2019-01-30 12:48:39 -05:00
CLASS arm 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
2018-11-30 06:38:47 -05:00
FIELD f flySpeed D
2016-08-18 15:44:20 -04:00
FIELD g walkSpeed F
METHOD a getFlySpeed ()F
2018-11-30 06:38:47 -05:00
METHOD a setFlySpeed (D)V
METHOD a setWalkSpeed (F)V
2019-01-24 11:47:45 -05:00
METHOD a serialize (Lhr;)V
2016-08-18 15:44:20 -04:00
METHOD b getWalkSpeed ()F
2019-01-24 11:47:45 -05:00
METHOD b deserialize (Lhr;)V