net.minecraft.client.gui.widget

public interface SquareWidgetEntry

net.minecraft.client.gui.components.SelectableEntry
net.minecraft.class_12293
net.minecraft.client.gui.widget.SquareWidgetEntry

Method summary

Modifier and TypeMethod
default boolean
mouseOverIcon(int relX, int relY, int size)
method_76262(int arg0, int arg1, int arg2)
isInside(int x, int y, int sideLength)
default boolean
mouseOverLeftHalf(int relX, int relY, int size)
method_76263(int arg0, int arg1, int arg2)
isLeft(int x, int y, int sideLength)
default boolean
mouseOverRightHalf(int relX, int relY, int size)
method_76264(int arg0, int arg1, int arg2)
isRight(int x, int y, int sideLength)
default boolean
mouseOverTopRightQuarter(int relX, int relY, int size)
method_76265(int arg0, int arg1, int arg2)
isBottomRight(int x, int y, int sideLength)
default boolean
mouseOverBottomRightQuarter(int relX, int relY, int size)
method_76266(int arg0, int arg1, int arg2)
isTopRight(int x, int y, int sideLength)
default boolean
mouseOverTopLeftQuarter(int relX, int relY, int size)
method_76267(int arg0, int arg1, int arg2)
isBottomLeft(int x, int y, int sideLength)
default boolean
mouseOverBottomLeftQuarter(int relX, int relY, int size)
method_76268(int arg0, int arg1, int arg2)
isTopLeft(int x, int y, int sideLength)