Skip to content

Commit

Permalink
Remove invalid doc methods
Browse files Browse the repository at this point in the history
  • Loading branch information
ZXMushroom63 authored Oct 11, 2023
1 parent d7e9601 commit b061547
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/plugindocs/globals/AxisAlignedBB.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ It has the following methods:
- `contract({x: number, y: number, z: number}) : [AxisAlignedBB](AxisAlignedBB.md)`
- `expand({x: number, y: number, z: number}) : [AxisAlignedBB](AxisAlignedBB.md)`
- `offset({x: number, y: number, z: number}) : [AxisAlignedBB](AxisAlignedBB.md)`
- `addCoord([AxisAlignedBB](AxisAlignedBB.md)) : [AxisAlignedBB](AxisAlignedBB.md)`
- `contract([AxisAlignedBB](AxisAlignedBB.md)) : [AxisAlignedBB](AxisAlignedBB.md)`
- `expand([AxisAlignedBB](AxisAlignedBB.md)) : [AxisAlignedBB](AxisAlignedBB.md)`
- `offset([AxisAlignedBB](AxisAlignedBB.md)) : [AxisAlignedBB](AxisAlignedBB.md)`
- `getAverageEdgeLength() : number`
- `toString() : string`
- `intersectsWith([AxisAlignedBB](AxisAlignedBB.md)) : boolean`
Expand Down

0 comments on commit b061547

Please sign in to comment.