| Package | Description | 
|---|---|
| net.minecraftforge.fml.common.registry | |
| net.minecraftforge.registries | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EntityEntryBuilder.BuiltEntityEntry | 
| Modifier and Type | Field and Description | 
|---|---|
| static IForgeRegistry<EntityEntry> | ForgeRegistries. ENTITIES | 
| private java.util.Map<java.lang.Class<? extends Entity>,EntityEntry> | EntityRegistry. entityClassEntries | 
| Modifier and Type | Method and Description | 
|---|---|
| EntityEntry | EntityEntryBuilder. build()Create an entity entry based on the data in this builder. | 
| static EntityEntry | EntityRegistry. getEntry(java.lang.Class<? extends Entity> entityClass) | 
| Modifier and Type | Field and Description | 
|---|---|
| private static ForgeRegistry<EntityEntry> | GameData. entityRegistry | 
| Modifier and Type | Method and Description | 
|---|---|
| static java.util.Map<java.lang.Class<? extends Entity>,EntityEntry> | GameData. getEntityClassMap() | 
| static ForgeRegistry<EntityEntry> | GameData. getEntityRegistry() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GameData.EntityCallbacks. onAdd(IForgeRegistryInternal<EntityEntry> owner,
     RegistryManager stage,
     int id,
     EntityEntry entry,
     EntityEntry oldEntry) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GameData.EntityCallbacks. onAdd(IForgeRegistryInternal<EntityEntry> owner,
     RegistryManager stage,
     int id,
     EntityEntry entry,
     EntityEntry oldEntry) | 
| void | GameData.EntityCallbacks. onClear(IForgeRegistryInternal<EntityEntry> owner,
       RegistryManager stage) | 
| void | GameData.EntityCallbacks. onCreate(IForgeRegistryInternal<EntityEntry> owner,
        RegistryManager stage) |