ProtocolLib/src/main/java/com/comphenix/protocol
Pim van der Loos 5dda8c8ab1
Fix entity tracker methods for 1.17 (#1354)
- In 1.17, EntityTrackerEntries use ServerPlayerConnections instead of EntityPlayers as they did before. This caused the updateEntity to silently fail when removing the players from the trackedPlayers collection (of connections). This was resolved by retrieving the connections of the players before removing them from the list on 1.17+.
The getEntityTrackers method failed because it could not find any players for the same reason. This was resolved by retrieving the player from the connection before retrieving the Bukkit player from the EntityPlayer object when running on 1.17+.
- This fixes dmulloy2/ProtocolLib#1340
2021-07-26 23:51:24 -07:00
..
async Remove a bunch of legacy (<1.8) code 2020-06-06 15:13:29 -04:00
collections Migrate to Gradle with a single module 2018-09-22 17:48:06 -04:00
concurrency Simplify packet registry 2021-06-24 17:14:00 -04:00
error Fix error filtering reports 2019-12-05 17:02:16 -05:00
events Only set chat UUID if not already set 2021-07-08 23:33:17 -04:00
injector Fix entity tracker methods for 1.17 (#1354) 2021-07-26 23:51:24 -07:00
metrics Metrics: only track each plugin once 2021-06-26 21:22:52 -04:00
reflect Only set chat UUID if not already set 2021-07-08 23:33:17 -04:00
timing Initial support for 1.16 (#880) 2020-06-28 15:59:30 -04:00
updater Make sure all Spigot forks are included for updater purposes 2020-05-24 20:35:25 -04:00
utility Fix entity tracker methods for 1.17 (#1354) 2021-07-26 23:51:24 -07:00
wrappers Remove stack trace for list converter 2021-07-10 11:09:56 -04:00
AsynchronousManager.java Remove a bunch of legacy (<1.8) code 2020-06-06 15:13:29 -04:00
CommandBase.java Migrate to Gradle with a single module 2018-09-22 17:48:06 -04:00
CommandFilter.java Migrate to Gradle with a single module 2018-09-22 17:48:06 -04:00
CommandPacket.java Move getPacketDescription from the command to HexDumper as a public API 2021-01-04 13:35:58 -05:00
CommandProtocol.java Migrate to Gradle with a single module 2018-09-22 17:48:06 -04:00
MultipleLinesPrompt.java Migrate to Gradle with a single module 2018-09-22 17:48:06 -04:00
package-info.java Migrate to Gradle with a single module 2018-09-22 17:48:06 -04:00
PacketLogging.java Update to Minecraft 1.14 2019-05-03 23:22:44 -04:00
PacketStream.java Migrate to Gradle with a single module 2018-09-22 17:48:06 -04:00
PacketType.java Update to 1.17.1 2021-07-08 23:22:56 -04:00
PacketTypeEnum.java Simplify packet registry 2021-06-24 17:14:00 -04:00
PacketTypeLookup.java Almost there, /theoretically/ 2021-06-13 15:57:23 -04:00
PacketTypeParser.java Migrate to Gradle with a single module 2018-09-22 17:48:06 -04:00
ProtocolConfig.java Migrate to Gradle with a single module 2018-09-22 17:48:06 -04:00
ProtocolLib.java Fixed protocol injection with latest netty on minecraft 1.11 and below (#1067) 2021-05-01 15:51:52 -04:00
ProtocolLibrary.java Update to 1.17.1 2021-07-08 23:22:56 -04:00
ProtocolLogger.java Add FLYING packet back for backwards compat 2021-06-27 18:13:40 -04:00
ProtocolManager.java Remove a bunch of legacy (<1.8) code 2020-06-06 15:13:29 -04:00
RangeParser.java Migrate to Gradle with a single module 2018-09-22 17:48:06 -04:00