public class CreateGogglesCurio
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static org.apache.logging.log4j.Logger |
LOGGER
The logger to use for the mod.
|
static java.lang.String |
MOD_ID
The ID of the mod.
|
| Constructor and Description |
|---|
CreateGogglesCurio()
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
AreGogglesInCurioSlot()
Check if the player has the Engineer's Goggles from Create in the "head"
curio slot.
|
void |
Init(net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent event)
Initialize the mod.
|
void |
RegisterGoggleOverlayPredicate()
Register the predicate for the goggles overlay.
|
public static final java.lang.String MOD_ID
public static final org.apache.logging.log4j.Logger LOGGER
public void Init(net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent event)
event - The event to handle.public void RegisterGoggleOverlayPredicate()
public boolean AreGogglesInCurioSlot()