Geyser/core/src/main/java/org/geysermc/geyser/session/cache
chris 7a20a190a0
Feature: Structure block translation (#4521)
* ported camotoy's attempt of implementing structure blocks, removal of a few TODO's

* no more parsing of java structure templates

* Don't attempt to re-request structure size

* ensure we can load structures in even if we know the size

* init: send correct structure size/offset/rotation to java, not fully working yet

* restore offsets so we are sending correct values to the java server regarding where we want the structure to be placed

* something something mirror

* attempt at proper offsets for mirroring AND rotations. this was not fun at all

* rotation, mirror, offsetting all seem to work

* undo import changes

* fix NPE

* Proper handling of empty structures, ensure that we can clear the structure block outline when a zero vector was sent for structure size

* oops

* Update core/src/main/java/org/geysermc/geyser/session/cache/StructureBlockCache.java

Co-authored-by: rtm516 <rtm516@users.noreply.github.com>

* Update core/src/main/java/org/geysermc/geyser/translator/level/block/entity/StructureBlockBlockEntityTranslator.java

Co-authored-by: rtm516 <rtm516@users.noreply.github.com>

* Update core/src/main/java/org/geysermc/geyser/translator/protocol/bedrock/BedrockStructureBlockUpdateTranslator.java

Co-authored-by: rtm516 <rtm516@users.noreply.github.com>

* Update core/src/main/java/org/geysermc/geyser/translator/protocol/bedrock/BedrockStructureTemplateDataRequestTranslator.java

Co-authored-by: rtm516 <rtm516@users.noreply.github.com>

* consolidate java structure sending into one method

* fix merge conflict
---------

Co-authored-by: rtm516 <rtm516@users.noreply.github.com>
2024-04-17 23:21:25 +02:00
..
AdvancementsCache.java 1.20.3: compiling protocol changes 2023-12-14 21:31:14 -05:00
BookEditCache.java Project wide syntax/annotation cleanup (#4238) 2023-12-05 18:54:42 -05:00
BossBar.java It compiles! 2022-10-29 22:02:11 -05:00
ChunkCache.java Updated to 1.19 2022-06-08 14:09:14 +02:00
EntityCache.java Always remove entities from cache (#4577) 2024-04-17 03:18:17 -04:00
EntityEffectCache.java We're in 2022 now 2022-01-01 20:03:05 +01:00
FormCache.java Cache the Keep Alive timestamp for forwarding ping (#4002) 2023-08-01 10:58:59 -04:00
LodestoneCache.java Project wide syntax/annotation cleanup (#4238) 2023-12-05 18:54:42 -05:00
PistonCache.java Start on update to Protocol 3.0 2022-10-29 19:23:21 -05:00
PreferencesCache.java Project wide syntax/annotation cleanup (#4238) 2023-12-05 18:54:42 -05:00
SkullCache.java Project wide syntax/annotation cleanup (#4238) 2023-12-05 18:54:42 -05:00
StructureBlockCache.java Feature: Structure block translation (#4521) 2024-04-17 23:21:25 +02:00
TagCache.java Support Java 1.20.2 (#4112) 2023-09-29 17:14:49 -04:00
TeleportCache.java Start on update to Protocol 3.0 2022-10-29 19:23:21 -05:00
WorldBorder.java Project wide syntax/annotation cleanup (#4238) 2023-12-05 18:54:42 -05:00
WorldCache.java Improve sign editing 2023-05-17 20:11:14 -04:00