Interface IKeyEntryRenderEvent
- All Known Implementing Classes:
KeyEntryRenderEvent
public interface IKeyEntryRenderEvent
-
Method Details
-
getEntry
IKeyEntry getEntry() -
getGuiGraphics
net.minecraft.client.gui.GuiGraphics getGuiGraphics() -
getSlotIndex
int getSlotIndex() -
getY
int getY() -
getX
int getX() -
getRowLeft
int getRowLeft() -
getRowWidth
int getRowWidth() -
getMouseX
int getMouseX() -
getMouseY
int getMouseY() -
isHovered
boolean isHovered() -
getPartialTicks
float getPartialTicks()
-