Interface EntityType.EntityFactory<T extends Entity>

Enclosing class:
EntityType<T extends Entity>

public static interface EntityType.EntityFactory<T extends Entity>
Mappings:
Namespace Name
official bdv$b
intermediary net/minecraft/class_1299$class_4049
named net/minecraft/entity/EntityType$EntityFactory
  • 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
      official create Lbdv$b;create(Lbdv;Lcjw;)Lbdr;
      intermediary create Lnet/minecraft/class_1299$class_4049;create(Lnet/minecraft/class_1299;Lnet/minecraft/class_1937;)Lnet/minecraft/class_1297;
      named create Lnet/minecraft/entity/EntityType$EntityFactory;create(Lnet/minecraft/entity/EntityType;Lnet/minecraft/world/World;)Lnet/minecraft/entity/Entity;