MoulConfig
Toggle table of contents
9999.9999.9999+16fcc03
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MoulConfig
common
/
io.github.notenoughupdates.moulconfig.internal
/
Rect
Rect
open
class
Rect
(
source
)
Members
Constructors
Rect
Link copied to clipboard
constructor
(
)
Functions
bounded
By
Link copied to clipboard
open
fun
boundedBy
(
other
:
Rect
)
:
Rect
get
H
Link copied to clipboard
open
fun
getH
(
)
:
Int
get
W
Link copied to clipboard
open
fun
getW
(
)
:
Int
get
X
Link copied to clipboard
open
fun
getX
(
)
:
Int
get
Y
Link copied to clipboard
open
fun
getY
(
)
:
Int
include
Point
Link copied to clipboard
open
fun
includePoint
(
x
:
Int
,
y
:
Int
)
:
Rect
includes
Point
Link copied to clipboard
open
fun
includesPoint
(
x
:
Int
,
y
:
Int
)
:
Boolean
of
Dot
Link copied to clipboard
open
fun
ofDot
(
x
:
Int
,
y
:
Int
)
:
Rect
of
Gui
Immediate
Context
Link copied to clipboard
open
fun
ofGuiImmediateContext
(
@
NotNull
context
:
@
NotNull
GuiImmediateContext
)
:
Rect
of
LTRB
Link copied to clipboard
open
fun
ofLTRB
(
left
:
Int
,
top
:
Int
,
right
:
Int
,
bottom
:
Int
)
:
Rect
of
XYWH
Link copied to clipboard
open
fun
ofXYWH
(
x
:
Int
,
y
:
Int
,
w
:
Int
,
h
:
Int
)
:
Rect
rough
Merge
Link copied to clipboard
open
fun
roughMerge
(
other
:
Rect
)
:
Rect