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$EntityFactory
intermediary net/minecraft/class_1299$class_4049
official bvq$b
-
Method Summary
-
Method Details
-
create
- Mappings:
Namespace Name Mixin selector named create
Lnet/minecraft/entity/EntityType$EntityFactory;create(Lnet/minecraft/entity/EntityType;Lnet/minecraft/world/World;)Lnet/minecraft/entity/Entity;
intermediary create
Lnet/minecraft/class_1299$class_4049;create(Lnet/minecraft/class_1299;Lnet/minecraft/class_1937;)Lnet/minecraft/class_1297;
official create
Lbvq$b;create(Lbvq;Ldhh;)Lbvj;
-