Terix
1.4.0
Terix-Core
/
dev.racci.terix.core.utils
/
InterfaceUtils
Interface
Utils
object
InterfaceUtils
Functions
Properties
Functions
mask
Link copied to clipboard
fun
mask
(
chestView
:
MutableChestPaneView
,
rawMask
:
String
,
replacements
:
List
<
Material
>
=
defaultReplacements
)
to
Vec
Link copied to clipboard
fun
toVec
(
index
:
Int
,
rowOffset
:
Int
=
0
,
colOffset
:
Int
=
0
)
:
Vector2
fun
toVec
(
string
:
String
?
,
rows
:
Int
=
-1
,
xOffset
:
Int
=
0
,
yOffset
:
Int
=
1
)
:
Vector2
Gets a Vector2 from a string in the format of "x;y".
Properties
default
Replacements
Link copied to clipboard
val
defaultReplacements
:
List
<
Material
>