Class ScissorStack
java.lang.Object
com.pixelmonmod.api.client.screen.render.ScissorStack
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
contains
(double x, double y) static boolean
contains
(ScreenVector vector) static boolean
contains
(StatefulWidget<?> widget) static boolean
contains
(StatefulWidget<?> widget, double buffer) static void
disable()
static void
enable()
static void
enable
(double x, double y, double w, double h) static void
enable
(float x, float y, float w, float h) static void
enable
(int x, int y, int w, int h) static Rectangle
last()
static void
pop()
static void
push
(double x, double y, double w, double h) static void
push
(float x, float y, float w, float h) static void
push
(int x, int y, int w, int h) static void
reset()
-
Method Details
-
push
public static void push(double x, double y, double w, double h) -
push
public static void push(float x, float y, float w, float h) -
push
public static void push(int x, int y, int w, int h) -
reset
public static void reset() -
pop
public static void pop() -
enable
public static void enable(double x, double y, double w, double h) -
enable
public static void enable(float x, float y, float w, float h) -
enable
public static void enable(int x, int y, int w, int h) -
enable
public static void enable() -
disable
public static void disable() -
last
-
contains
-
contains
public static boolean contains(double x, double y) -
contains
-
contains
-