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

15 lines
378 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS acs 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
2017-04-05 07:31:24 -04:00
METHOD a serialize (Lfc;)V
2016-08-18 15:44:20 -04:00
METHOD b getWalkSpeed ()F
METHOD b setWalkSpeed (F)V
2017-04-05 07:31:24 -04:00
METHOD b deserialize (Lfc;)V