Interface DropsList

  • All Known Implementing Classes:
    LivingEntityMixin

    public interface DropsList
    Allows player ItemEntity drops to be accessed.
    • Method Detail

      • getDrops

        List<net.minecraft.entity.ItemEntity> getDrops()
        Returns the player drops.
        Returns:
        the player ItemEntity drops.