Package | Description |
---|---|
net.minecraft.client.gui.screen.inventory | |
net.minecraftforge.common.extensions |
Modifier and Type | Class and Description |
---|---|
class |
CreativeScreen |
class |
InventoryScreen |
Modifier and Type | Method and Description |
---|---|
default void |
IForgeEffectInstance.renderInventoryEffect(DisplayEffectsScreen<?> gui,
int x,
int y,
float z)
Called to draw the this Potion onto the player's inventory when it's active.
|
default void |
IForgeEffect.renderInventoryEffect(EffectInstance effect,
DisplayEffectsScreen<?> gui,
int x,
int y,
float z)
Called to draw the this Potion onto the player's inventory when it's active.
|