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