Interface IKeyEntryRenderEvent
public interface IKeyEntryRenderEvent
-
Method Summary
-
Method Details
-
entry
IKeyEntry entry() -
graphics
net.minecraft.client.gui.GuiGraphicsExtractor graphics() -
x
int x() -
y
int y() -
rowLeft
int rowLeft() -
rowWidth
int rowWidth() -
hovered
boolean hovered() -
partialTicks
float partialTicks()
-