Class ScissorStack
java.lang.Object
com.pixelmonmod.api.client.screen.render.ScissorStack
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleancontains(double x, double y) static booleancontains(ScreenVector vector) static booleancontains(StatefulWidget<?> widget) static booleancontains(StatefulWidget<?> widget, double buffer) static voiddisable()static voidenable()static voidenable(double x, double y, double w, double h) static voidenable(float x, float y, float w, float h) static voidenable(int x, int y, int w, int h) static Rectanglelast()static voidpop()static voidpush(double x, double y, double w, double h) static voidpush(float x, float y, float w, float h) static voidpush(int x, int y, int w, int h) static voidreset()
-
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
-