Interface ExperienceOrbEntityFactory
- All Superinterfaces:
EntityFactory<ExpOrbEntity>
- 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 ExperienceOrbEntityFactory
extends EntityFactory<ExpOrbEntity>
-
Method Summary
Modifier and TypeMethodDescriptioncreate(GeyserSession session, int amount, long entityId, long geyserId, com.nukkitx.math.vector.Vector3f position)
-
Method Details
-
create
ExpOrbEntity create(GeyserSession session, int amount, long entityId, long geyserId, com.nukkitx.math.vector.Vector3f position)
-