Interface BaseEntityFactory<T extends Entity>

All Superinterfaces:
EntityFactory<T>
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 interface BaseEntityFactory<T extends Entity> extends EntityFactory<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    create​(GeyserSession session, long javaId, long bedrockId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)
     
  • Method Details

    • create

      T create(GeyserSession session, long javaId, long bedrockId, UUID uuid, EntityDefinition<?> definition, com.nukkitx.math.vector.Vector3f position, com.nukkitx.math.vector.Vector3f motion, float yaw, float pitch, float headYaw)