Paper/paper-server/patches/sources/net/minecraft/server/network
Zach Brown 49fbdd7336 Add option to make parrots stay on shoulders despite movement
Makes parrots not fall off whenever the player changes height, or touches water, or gets hit by a passing leaf.
Instead, switches the behavior so that players have to sneak to make the birds leave.

I suspect Mojang may switch to this behavior before full release.

To be converted into a Paper-API event at some point in the future?

== AT ==
public net.minecraft.world.entity.player.Player removeEntitiesOnShoulder()V
2017-05-16 21:29:08 -05:00
..
LegacyQueryHandler.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
ServerCommonPacketListenerImpl.java.patch Properly fix item duplication bug 2016-12-27 01:57:57 +00:00
ServerConfigurationPacketListenerImpl.java.patch Adventure 2021-01-29 17:54:03 +01:00
ServerConnectionListener.java.patch Avoid blocking on Network Manager creation 2016-05-16 23:19:16 -04:00
ServerGamePacketListenerImpl.java.patch Add option to make parrots stay on shoulders despite movement 2017-05-16 21:29:08 -05:00
ServerHandshakePacketListenerImpl.java.patch Add handshake event to allow plugins to handle client handshaking logic themselves 2016-04-13 20:21:38 -07:00
ServerLoginPacketListenerImpl.java.patch Cache user authenticator threads 2016-11-25 13:22:40 +00:00
ServerStatusPacketListenerImpl.java.patch Adventure 2021-01-29 17:54:03 +01:00