Package | Description |
---|---|
net.minecraftforge.fml.common.network.internal | |
net.minecraftforge.fml.common.registry |
Modifier and Type | Method and Description |
---|---|
private void |
EntitySpawnHandler.spawnEntity(FMLMessage.EntitySpawnMessage spawnMsg) |
Modifier and Type | Field and Description |
---|---|
private java.util.function.Function<FMLMessage.EntitySpawnMessage,Entity> |
EntityRegistry.EntityRegistration.customSpawnCallback |
Modifier and Type | Method and Description |
---|---|
Entity |
EntityRegistry.EntityRegistration.doCustomSpawning(FMLMessage.EntitySpawnMessage spawnMsg) |
Modifier and Type | Method and Description |
---|---|
void |
EntityRegistry.EntityRegistration.setCustomSpawning(java.util.function.Function<FMLMessage.EntitySpawnMessage,Entity> callable,
boolean usesVanillaSpawning) |