Package net.minecraftforge.fml.network
Class FMLPlayMessages
java.lang.Object
net.minecraftforge.fml.network.FMLPlayMessages
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classUsed to spawn a custom entity without the same restrictions asSSpawnObjectPacketorSSpawnMobPacketTo customize how your entity is created clientside (instead of using the default factory provided to theEntityType) seeEntityType.Builder.setCustomClientFactory(java.util.function.BiFunction<net.minecraftforge.fml.network.FMLPlayMessages.SpawnEntity, net.minecraft.world.World, T>).static class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FMLPlayMessages
public FMLPlayMessages()
-