aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/skyblock/dungeon
diff options
context:
space:
mode:
authorvicisacat <victor.branchu@gmail.com>2024-04-18 22:24:28 +0200
committervicisacat <victor.branchu@gmail.com>2024-04-20 16:10:17 +0200
commit007c58424de0bc44cca9faf77185e0ce9e7b2234 (patch)
tree302ea31996b009db9bbbae7ed6005b7beef23255 /src/main/java/de/hysky/skyblocker/skyblock/dungeon
parent25032b8804e00343a0f0b7fec774ce0954d2c88d (diff)
downloadSkyblocker-007c58424de0bc44cca9faf77185e0ce9e7b2234.tar.gz
Skyblocker-007c58424de0bc44cca9faf77185e0ce9e7b2234.tar.bz2
Skyblocker-007c58424de0bc44cca9faf77185e0ce9e7b2234.zip
formatting and things
fix silly intelliJ refactoring random strings delete unused BarGrid.java why is this even here still
Diffstat (limited to 'src/main/java/de/hysky/skyblocker/skyblock/dungeon')
-rw-r--r--src/main/java/de/hysky/skyblocker/skyblock/dungeon/secrets/DungeonMapUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/de/hysky/skyblocker/skyblock/dungeon/secrets/DungeonMapUtils.java b/src/main/java/de/hysky/skyblocker/skyblock/dungeon/secrets/DungeonMapUtils.java
index 3d373025..617e7094 100644
--- a/src/main/java/de/hysky/skyblocker/skyblock/dungeon/secrets/DungeonMapUtils.java
+++ b/src/main/java/de/hysky/skyblocker/skyblock/dungeon/secrets/DungeonMapUtils.java
@@ -117,7 +117,7 @@ public class DungeonMapUtils {
* @param mapEntrancePos the map position of the top left corner of the entrance
* @param mapRoomSize the size of a room on the map
* @return the map position of the top left corner of the room the player is in
- * @implNote {@code mapPos} is shifted by 2 so room borders are evenly targetSize.
+ * @implNote {@code mapPos} is shifted by 2 so room borders are evenly split.
* {@code mapPos} is then shifted by {@code offset} to align the top left most room at (0, 0)
* so subtracting the modulo will give the top left corner of the room shifted by {@code offset}.
* Finally, {@code mapPos} is shifted back by {@code offset} to its intended position.