Interface AcquirableSource<T>

Type Parameters:
T - the type of the acquired object
All Known Implementing Classes:
Entity, EntityCreature, EntityProjectile, ExperienceOrb, ItemEntity, LivingEntity, Player

@Experimental public interface AcquirableSource<T>
An object that is a source of Acquirable objects, and can be synchronized within a ThreadDispatcher.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Acquirable<? extends T>
    Obtains an Acquirable.