public class FMLPlayMessages
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FMLPlayMessages.DimensionInfoMessage |
static class |
FMLPlayMessages.OpenContainer |
static class |
FMLPlayMessages.SpawnEntity
Used to spawn a custom entity without the same restrictions as
SSpawnObjectPacket or SSpawnMobPacket
To customize how your entity is created clientside (instead of using the default factory provided to the EntityType)
see EntityType.Builder#setCustomClientFactory. |
| Constructor and Description |
|---|
FMLPlayMessages() |