public class FMLPlayMessages
extends java.lang.Object
修飾子とタイプ | クラスと説明 |
---|---|
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 . |
コンストラクタと説明 |
---|
FMLPlayMessages() |