Geyser/core/src/main/java/org/geysermc/geyser/translator/protocol/java
Kas-tle 3fa7952936
1.20.80 Support and Protocol Changes (#4561)
* Make evil more harder

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Deregister more unused packets

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Add more unused packets

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Pin protocol to 68dc192

* Correction

* Update Protocol

* More kicking

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* stop reading when there is no item to read (#9)

* Bump protocol

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* 1.20.80

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Remove unused postinitchannel GeyserServerInitializer

* Pull protocol jitpack from cloudburst again

* Actually builds

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Bump protocol to fix BossEventPacket & EmotePacket

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Add remove before merge comment

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Bump protocol to fix BlockEntityDataPacket and ignore serverbound BossEventPacket

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Bump protocol & add more illegal/ignored packets

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Remove deprecated packet

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Ignore ClientCacheStatusPacket instead of disallow

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Define static serializers

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Less static class nonsense more correct order

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Remove unused import

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Bump protocol

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Move codec processing to CodecProcessor

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Falsify recipe symetry assumption

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>

* Update Protocol for 2 wrong packet IDs & 5 wrong directions

* Jitpack protocol from Geyser repo

---------

Signed-off-by: Joshua Castle <26531652+Kas-tle@users.noreply.github.com>
Co-authored-by: chris <github@onechris.mozmail.com>
2024-04-23 09:16:18 -07:00
..
entity Always remove entities from cache (#4577) 2024-04-17 03:18:17 -04:00
inventory 1.20.80 Support and Protocol Changes (#4561) 2024-04-23 09:16:18 -07:00
level Fix filled cauldrons only showing as water (#4585) 2024-04-20 17:21:39 -04:00
scoreboard Translate scoreboard display name and number format (#4567) 2024-04-18 21:23:33 -04:00
title Revert sending actionbar messages as jukebox, avoid pink system chat overlays (#4066) 2023-09-07 09:07:42 +02:00
JavaAwardStatsTranslator.java We're in 2022 now 2022-01-01 20:03:05 +01:00
JavaBossEventTranslator.java Updated to 1.19 2022-06-08 14:09:14 +02:00
JavaChangeDifficultyTranslator.java Start on update to Protocol 3.0 2022-10-29 19:23:21 -05:00
JavaClientboundRecipesTranslator.java Fix client crash issue if empty recipe is sent (#4485) 2024-03-11 00:03:37 -07:00
JavaClientboundResourcePackPushPacket.java 1.20.3: compiling protocol changes 2023-12-14 21:31:14 -05:00
JavaCommandsTranslator.java update protocol lib to resolve command crashing (#4493) 2024-03-13 12:25:30 -07:00
JavaCustomPayloadTranslator.java Support Java 1.20.2 (#4112) 2023-09-29 17:14:49 -04:00
JavaCustomQueryTranslator.java Restrict game packets to state; Closes #4191 (#4210) 2023-10-12 06:02:57 -07:00
JavaDisconnectTranslator.java Support Java 1.20.2 (#4112) 2023-09-29 17:14:49 -04:00
JavaDisguisedChatTranslator.java Fix some chat not appearing for Bedrock users 2022-12-07 20:09:48 -05:00
JavaGameProfileTranslator.java Support Java 1.20.2 (#4112) 2023-09-29 17:14:49 -04:00
JavaKeepAliveTranslator.java Support Java 1.20.2 (#4112) 2023-09-29 17:14:49 -04:00
JavaLoginDisconnectTranslator.java Implemented ViaProxy bootstrap (#4201) 2024-02-19 22:25:49 +01:00
JavaLoginTranslator.java Reset metadata and attributes if needed when respawning (#4566) 2024-04-18 00:16:41 -04:00
JavaPingTranslator.java Support Java 1.20.2 (#4112) 2023-09-29 17:14:49 -04:00
JavaPlayerChatTranslator.java Fix some chat not appearing for Bedrock users 2022-12-07 20:09:48 -05:00
JavaRegistryDataTranslator.java Support Java 1.20.2 (#4112) 2023-09-29 17:14:49 -04:00
JavaRespawnTranslator.java Reset metadata and attributes if needed when respawning (#4566) 2024-04-18 00:16:41 -04:00
JavaSelectAdvancementsTabTranslator.java We're in 2022 now 2022-01-01 20:03:05 +01:00
JavaSystemChatTranslator.java Revert sending actionbar messages as jukebox, avoid pink system chat overlays (#4066) 2023-09-07 09:07:42 +02:00
JavaUpdateAdvancementsTranslator.java 1.20.3: compiling protocol changes 2023-12-14 21:31:14 -05:00
JavaUpdateRecipesTranslator.java 1.20.80 Support and Protocol Changes (#4561) 2024-04-23 09:16:18 -07:00
JavaUpdateTagsTranslator.java Support Java 1.20.2 (#4112) 2023-09-29 17:14:49 -04:00