Package com.mojang.blaze3d.matrix
Class MatrixStack
java.lang.Object
com.mojang.blaze3d.matrix.MatrixStack
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
poseStack
-
-
Constructor Details
-
MatrixStack
public MatrixStack()
-
-
Method Details
-
translate
public void translate(double p_227861_1_, double p_227861_3_, double p_227861_5_) -
scale
public void scale(float p_227862_1_, float p_227862_2_, float p_227862_3_) -
mulPose
-
pushPose
public void pushPose() -
popPose
public void popPose() -
last
-
clear
public boolean clear()
-