| Package | Description | 
|---|---|
| net.minecraftforge.fml.common.gameevent | 
| Modifier and Type | Field and Description | 
|---|---|
| TickEvent.Phase | TickEvent. phase | 
| Modifier and Type | Method and Description | 
|---|---|
| static TickEvent.Phase | TickEvent.Phase. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static TickEvent.Phase[] | TickEvent.Phase. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| ClientTickEvent(TickEvent.Phase phase) | 
| PlayerTickEvent(TickEvent.Phase phase,
               EntityPlayer player) | 
| RenderTickEvent(TickEvent.Phase phase,
               float renderTickTime) | 
| ServerTickEvent(TickEvent.Phase phase) | 
| TickEvent(TickEvent.Type type,
         Side side,
         TickEvent.Phase phase) | 
| WorldTickEvent(Side side,
              TickEvent.Phase phase,
              World world) |