yarn/mappings/net/minecraft/network
Ryan Liptak c869757d91 Movement and input related mappings (#492)
- Reasoning for updateVelocity/travel naming: https://github.com/FabricMC/yarn/pull/485#issuecomment-465793034
- PlayerLookC2SPacket -> PlayerInputC2SPacket
  + There's no look information in this packet, only info related to the movement keys the player is pressing
  + PlayerLookC2SPacket.yaw -> PlayerInputC2SPacket.sideways
  + PlayerLookC2SPacket.pitch -> PlayerInputC2SPacket.forward
- Mapped Input.movementSideways/Input.movementForward fields and adding 'pressing' prefix to the boolean Input.forward/back/right/left fields
2019-02-21 19:02:24 +01:00
..
encryption update to 19w08a 2019-02-20 21:49:23 +01:00
listener Movement and input related mappings (#492) 2019-02-21 19:02:24 +01:00
ButtonClickServerPacket.mapping update to 19w08a 2019-02-20 21:49:23 +01:00
ClientConnection.mapping update to 19w08a 2019-02-20 21:49:23 +01:00
DecoderHandler.mapping update to 19w08a 2019-02-20 21:49:23 +01:00
NetworkEncryptionUtils.mapping update to 19w08a 2019-02-20 21:49:23 +01:00
NetworkSide.mapping update to 19w08a 2019-02-20 21:49:23 +01:00
NetworkState.mapping update to 19w08a 2019-02-20 21:49:23 +01:00
NetworkThreadUtils.mapping update to 19w08a 2019-02-20 21:49:23 +01:00
OffThreadException.mapping update to 19w08a 2019-02-20 21:49:23 +01:00
Packet.mapping update to 19w08a 2019-02-20 21:49:23 +01:00
PacketDeflater.mapping update to 19w08a 2019-02-20 21:49:23 +01:00
PacketEncoder.mapping update to 19w08a 2019-02-20 21:49:23 +01:00
PacketEncoderException.mapping update to 19w08a 2019-02-20 21:49:23 +01:00
PacketInflater.mapping update to 19w08a 2019-02-20 21:49:23 +01:00
ServerAddress.mapping update to 19w08a 2019-02-20 21:49:23 +01:00
SizePrepender.mapping update to 19w08a 2019-02-20 21:49:23 +01:00
SplitterHandler.mapping update to 19w08a 2019-02-20 21:49:23 +01:00