| Package | Description |
|---|---|
| net.minecraft.item | |
| net.minecraftforge.client | |
| net.minecraftforge.client.event |
| Modifier and Type | Method and Description |
|---|---|
void |
Item.renderHelmetOverlay(ItemStack stack,
EntityPlayer player,
ScaledResolution resolution,
float partialTicks,
boolean hasScreen,
int mouseX,
int mouseY)
Called when the client starts rendering the HUD, for whatever item the player currently has as a helmet.
|
| Modifier and Type | Method and Description |
|---|---|
ScaledResolution |
GuiIngameForge.getResolution() |
| Modifier and Type | Field and Description |
|---|---|
ScaledResolution |
RenderGameOverlayEvent.resolution |
| Constructor and Description |
|---|
RenderGameOverlayEvent(float partialTicks,
ScaledResolution resolution,
int mouseX,
int mouseY) |