Package com.mojang.blaze3d.systems
Class ScissorState
java.lang.Object
com.mojang.blaze3d.systems.ScissorState
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enabled
private boolean enabled -
x
private int x -
y
private int y -
width
private int width -
height
private int height
-
-
Constructor Details
-
ScissorState
public ScissorState()
-
-
Method Details
-
enable
public void enable(int pX, int pY, int pWidth, int pHeight) -
disable
public void disable() -
enabled
public boolean enabled() -
x
public int x() -
y
public int y() -
width
public int width() -
height
public int height()
-