Kubejs has a feature known as beans which allows you to make scripts a tad more readable.
Anything getXy()
can be gotten with xy
, anything setXy(value)
can be set with xy = value
and anything isXy()
can be checked with just xy
.
2024/11/10Less than 1 minute