Package net.minecraft.entity
Interface EntityType.EntityFactory<T extends Entity>
- Enclosing class:
 EntityType<T extends Entity>
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
- Mappings:
 Namespace Name named net/minecraft/entity/EntityType$EntityFactoryintermediary net/minecraft/class_1299$class_4049official bzv$b
- 
Method Summary
 
- 
Method Details
- 
create
- Mappings:
 Namespace Name Mixin selector named createLnet/minecraft/entity/EntityType$EntityFactory;create(Lnet/minecraft/entity/EntityType;Lnet/minecraft/world/World;)Lnet/minecraft/entity/Entity;intermediary createLnet/minecraft/class_1299$class_4049;create(Lnet/minecraft/class_1299;Lnet/minecraft/class_1937;)Lnet/minecraft/class_1297;official createLbzv$b;create(Lbzv;Ldmu;)Lbzm;
 
 -