Package | Description |
---|---|
net.minecraftforge.fml.common.network.internal | |
net.minecraftforge.fml.common.registry |
Constructor and Description |
---|
EntitySpawnMessage(EntityRegistry.EntityRegistration er,
Entity entity,
ModContainer modContainer) |
Modifier and Type | Field and Description |
---|---|
private com.google.common.collect.BiMap<java.lang.Class<? extends Entity>,EntityRegistry.EntityRegistration> |
EntityRegistry.entityClassRegistrations |
private com.google.common.collect.ListMultimap<ModContainer,EntityRegistry.EntityRegistration> |
EntityRegistry.entityRegistrations |
Modifier and Type | Method and Description |
---|---|
private EntityRegistry.EntityRegistration |
EntityEntryBuilder.BuiltEntityEntry.createRegistration() |
EntityRegistry.EntityRegistration |
EntityRegistry.lookupModSpawn(java.lang.Class<? extends Entity> clazz,
boolean keepLooking) |
EntityRegistry.EntityRegistration |
EntityRegistry.lookupModSpawn(ModContainer mc,
int modEntityId) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
EntityRegistry.insert(java.lang.Class<? extends Entity> entity,
EntityRegistry.EntityRegistration registration) |