toggle menu
Staff Mod
0.16.2
jvm
switch theme
search in API
Staff Mod
/
opekope2.avm_staff.util
/
MatrixUtil
Matrix
Util
public
final
class
MatrixUtil
Members
Functions
push
Link copied to clipboard
public
final
static
Unit
push
(
MatrixStack
$self
,
Function1
<
MatrixStack
,
Unit
>
action
)
Pushes
to the given matrix stack, invokes
action
, then
pops
from the given matrix stack.