toggle menu
MoulConfig
4.1.0-beta
jvm
switch theme
search in API
common
/
io.github.notenoughupdates.moulconfig.internal
/
Rect
Rect
public
class
Rect
(
source
)
Members
Constructors
Rect
Link copied to clipboard
public
void
Rect
(
)
Functions
bounded
By
Link copied to clipboard
public
Rect
boundedBy
(
Rect
other
)
get
H
Link copied to clipboard
public
int
getH
(
)
get
W
Link copied to clipboard
public
int
getW
(
)
get
X
Link copied to clipboard
public
int
getX
(
)
get
Y
Link copied to clipboard
public
int
getY
(
)
include
Point
Link copied to clipboard
public
Rect
includePoint
(
int x
,
int y
)
includes
Point
Link copied to clipboard
public
boolean
includesPoint
(
int x
,
int y
)
of
Dot
Link copied to clipboard
public
static
Rect
ofDot
(
int x
,
int y
)
of
Gui
Immediate
Context
Link copied to clipboard
public
static
Rect
ofGuiImmediateContext
(
@
NotNull
(
)
@
NotNull
(
)
GuiImmediateContext
context
)
of
LTRB
Link copied to clipboard
public
static
Rect
ofLTRB
(
int left
,
int top
,
int right
,
int bottom
)
of
XYWH
Link copied to clipboard
public
static
Rect
ofXYWH
(
int x
,
int y
,
int w
,
int h
)
rough
Merge
Link copied to clipboard
public
Rect
roughMerge
(
Rect
other
)