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.

@FunctionalInterface public static interface EntityType.EntityFactory<T extends Entity>
Mappings:
Namespace Name
named net/minecraft/entity/EntityType$EntityFactory
intermediary net/minecraft/class_1299$class_4049
official bvq$b
  • Method Summary

    Modifier and Type
    Method
    Description
    create(EntityType<T> type, World world)
     
  • Method Details

    • create

      T create(EntityType<T> type, World world)
      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;