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 p_410403_, int p_410817_, int p_409785_, int p_409696_) -
disable
public void disable() -
isEnabled
public boolean isEnabled() -
getX
public int getX() -
getY
public int getY() -
getWidth
public int getWidth() -
getHeight
public int getHeight() -
copyFrom
-