Geyser/connector/src/main/java/org/geysermc/connector/network/translators/bedrock/entity/player
Camotoy 77153e6d4a
Work around there being a void floor in Bedrock (#1405)
* Work around there being a void floor in Bedrock

If the player's Y coordinate is -38 or below, we teleport the player below the void floor and they can safely die. :)

* Don't teleport if below Y -40

* sigh

* Have floorY be its own variable

* Add more comment

* More comments

* Finish my thought
2020-12-31 20:05:00 -05:00
..
BedrockActionTranslator.java Fix inconsistencies with movement and position (#699) 2020-11-20 14:56:39 -05:00
BedrockEmoteTranslator.java BedrockEmoteTranslator: ensure sending player is valid for all other sessions (#1194) 2020-08-24 10:26:37 -04:00
BedrockInteractTranslator.java Add more interactive tags (mobile buttons) (#1443) 2020-11-11 19:28:45 -05:00
BedrockMovePlayerTranslator.java Work around there being a void floor in Bedrock (#1405) 2020-12-31 20:05:00 -05:00
BedrockSetPlayerGameTypeTranslator.java Prevent Bedrock from changing gamemode client-side (#1337) 2020-09-25 20:09:02 +01:00