mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-15 11:51:53 +01:00
Fix spelling mistake
This commit is contained in:
parent
0b66dd61db
commit
0555405064
@ -131,7 +131,7 @@ public final class BoundingBox implements Shape {
|
||||
* @param offset the offset
|
||||
* @return a new bounding box with an offset.
|
||||
*/
|
||||
public @NotNull BoundingBox wtihOffset(Point offset) {
|
||||
public @NotNull BoundingBox withOffset(Point offset) {
|
||||
return new BoundingBox(this.width, this.height, this.depth, offset);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user