Class GuiGraphicsExtractor.ScissorStack
java.lang.Object
net.minecraft.client.gui.GuiGraphicsExtractor.ScissorStack
- Enclosing class:
GuiGraphicsExtractor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ScreenRectangleprivate final Deque<ScreenRectangle> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsPoint(int x, int y) peek()voidpop()voidpush(ScreenRectangle rectangle)
-
Field Details
-
screenSize
-
stack
-
-
Constructor Details
-
Method Details
-
pop
public void pop() -
peek
-
containsPoint
public boolean containsPoint(int x, int y)